gdb: split out warnings helpers
[deliverable/binutils-gdb.git] / gdb / nat / linux-waitpid.h
index bc5e8d2174c1c71872c61c1ec61e416b656593c6..ac030c98c65667d0303a71d243b601cc561f0464 100644 (file)
@@ -1,6 +1,6 @@
 /* Wrapper for waitpid for GNU/Linux (LWP layer).
 
-   Copyright (C) 2000-2015 Free Software Foundation, Inc.
+   Copyright (C) 2000-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,8 +20,7 @@
 #ifndef LINUX_WAITPID_H
 #define LINUX_WAITPID_H
 
-/* Wrapper function for waitpid which handles EINTR, and emulates
-   __WALL for systems where that is not available.  */
+/* Wrapper function for waitpid which handles EINTR.  */
 extern int my_waitpid (int pid, int *status, int flags);
 
 /* Convert wait status STATUS to a string.  Used for printing debug
This page took 0.025063 seconds and 4 git commands to generate.