From Mark Kettenis: Re-order #includes. defs.h is always first.
authorAndrew Cagney <cagney@redhat.com>
Thu, 10 Feb 2000 04:53:26 +0000 (04:53 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 10 Feb 2000 04:53:26 +0000 (04:53 +0000)
gdb/ChangeLog
gdb/linux-thread.c

index 22e0b01019e6991de39582f9fe27cb11c465c38b..dce58ac3308bf5ea3e989618abd1082a5f43acb6 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-09  Mark Kettenis  <kettenis@gnu.org>
+
+        * linux-thread.c: Include defs.h before gdb_wait.h.
+
 Wed Feb  9 18:59:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * Makefile.in (wait_h): Delete macro.  Update all dependencies
index 8722f146b9297c5e66466990b596ac262ca4b72f..dc91edf6a1c45bc542c749ff58959cfd32a1a28c 100644 (file)
@@ -47,13 +47,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    linuxthreads package heavily relies on wait() synchronization to keep
    them correct.  */
 
+#include "defs.h"
 #include <sys/types.h> /* for pid_t */
 #include <sys/ptrace.h> /* for PT_* flags */
 #include "gdb_wait.h" /* for WUNTRACED and __WCLONE flags */
 #include <signal.h> /* for struct sigaction and NSIG */
 #include <sys/utsname.h>
 
-#include "defs.h"
 #include "target.h"
 #include "inferior.h"
 #include "gdbcore.h"
This page took 0.02735 seconds and 4 git commands to generate.