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
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue