* config/nm-linux.h (struct target_ops): Remove forward declaration.
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 5aba089eaf3d20a703b0f7db9ed8607a0b3d375e..2858f08f545a20bada40bd3997f4c18409350732 100644 (file)
@@ -118,6 +118,9 @@ void check_for_thread_db (void);
 
 int thread_db_attach_lwp (ptid_t ptid);
 
+/* Return the set of signals used by the threads library.  */
+extern void lin_thread_get_thread_signals (sigset_t *mask);
+
 /* Find process PID's pending signal set from /proc/pid/status.  */
 void linux_proc_pending_signals (int pid, sigset_t *pending, sigset_t *blocked, sigset_t *ignored);
 
This page took 0.023936 seconds and 4 git commands to generate.