Remove linux_proc_pid_get_ns
[deliverable/binutils-gdb.git] / gdb / nat / linux-procfs.h
index fdbf3838135f790aab76a1cc11e4713f7e05bc21..f9cad39562c66bd92f275328b6192f15538ff30a 100644 (file)
@@ -54,12 +54,6 @@ extern int linux_proc_pid_is_zombie_nowarn (pid_t pid);
 
 extern int linux_proc_pid_is_gone (pid_t pid);
 
-/* Return an opaque string identifying PID's NS namespace or NULL if
- * the information is unavailable.  The returned string must be
- * released with xfree.  */
-
-extern char *linux_proc_pid_get_ns (pid_t pid, const char *ns);
-
 /* Callback function for linux_proc_attach_tgid_threads.  If the PTID
    thread is not yet known, try to attach to it and return true,
    otherwise return false.  */
This page took 0.02291 seconds and 4 git commands to generate.