mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* gdbserver/low-lynx.c: Include <sys/wait.h> not /usr/include/wait.h.
This commit is contained in:
parent
44a09a68f2
commit
4c0b3e57c1
@ -1,3 +1,7 @@
|
||||
Fri Jan 14 21:55:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
|
||||
|
||||
Fri Jan 14 14:17:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* utils.c (request_quit): Re-establish signal handler regardless
|
||||
|
@ -37,7 +37,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <sys/ioctl.h>
|
||||
#include <sgtty.h>
|
||||
#include <fcntl.h>
|
||||
#include "/usr/include/wait.h"
|
||||
#include <sys/wait.h>
|
||||
|
||||
char registers[REGISTER_BYTES];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user