Replace ../include/wait.h with gdb_wait.h.
This commit is contained in:
parent
c1a8de50ed
commit
03f2053f96
51 changed files with 224 additions and 128 deletions
|
@ -32,16 +32,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef HAVE_WAIT_H
|
||||
#include <wait.h>
|
||||
#else
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* "wait.h" fills in the gaps left by <wait.h> */
|
||||
#include "wait.h"
|
||||
#include "gdb_wait.h"
|
||||
|
||||
extern struct symtab_and_line *
|
||||
child_enable_exception_callback PARAMS ((enum exception_event_kind, int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue