diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-09 08:52:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-09 08:52:47 +0000 |
commit | 03f2053f967aada4d75ee44d41ef3f803fb2f2a9 (patch) | |
tree | f69efd8f83ed51c41f703944d9d2419b4ea228fd /gdb/linux-thread.c | |
parent | c1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff) | |
download | gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2 |
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/linux-thread.c')
-rw-r--r-- | gdb/linux-thread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/linux-thread.c b/gdb/linux-thread.c index 3e72ab4..8722f14 100644 --- a/gdb/linux-thread.c +++ b/gdb/linux-thread.c @@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <sys/types.h> /* for pid_t */ #include <sys/ptrace.h> /* for PT_* flags */ -#include <sys/wait.h> /* for WUNTRACED and __WCLONE flags */ +#include "gdb_wait.h" /* for WUNTRACED and __WCLONE flags */ #include <signal.h> /* for struct sigaction and NSIG */ #include <sys/utsname.h> @@ -58,7 +58,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "inferior.h" #include "gdbcore.h" #include "gdbthread.h" -#include "wait.h" #include "gdbcmd.h" #include "breakpoint.h" |