forked from Imagelibrary/binutils-gdb
2003-02-06 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (symm-nat.o): Update dependencies. (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto. (lynx-nat.o, ia64-linux-nat.): Ditto. * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include "gdb_wait.h" instead of <wait.h> or <sys/wait.h>. * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/* Machine independent support for SVR4 /proc (process file system) for GDB.
|
||||
Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
Written by Michael Snyder at Cygnus Solutions.
|
||||
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
|
||||
|
||||
@@ -39,7 +42,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
#include <sys/errno.h>
|
||||
#include <sys/wait.h>
|
||||
#include "gdb_wait.h"
|
||||
#include <signal.h>
|
||||
#include <ctype.h>
|
||||
#include "gdb_assert.h"
|
||||
|
||||
Reference in New Issue
Block a user