gdb/
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 64393fd5c54966d727fae51f9c06d9d764d312ac..42cb2fc2049e562dda89633a96a9521439ad584e 100644 (file)
@@ -1,7 +1,7 @@
 /* Native debugging support for GNU/Linux (LWP layer).
 
    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-   2010 Free Software Foundation, Inc.
+   2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -122,7 +122,8 @@ int thread_db_attach_lwp (ptid_t ptid);
 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);
+void linux_proc_pending_signals (int pid, sigset_t *pending,
+                                sigset_t *blocked, sigset_t *ignored);
 
 /* Return the TGID of LWPID from /proc/pid/status.  Returns -1 if not
    found.  */
This page took 0.024173 seconds and 4 git commands to generate.