* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.

* lib/gdb.exp: Recognize relative path names as well as absolute
ones.
This commit is contained in:
Mark Kettenis 2004-08-14 20:17:43 +00:00
parent 7532965fe1
commit 4e83846489
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-08-14 Mark Kettenis <kettenis@gnu.org>
* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
2004-08-14 Eli Zaretskii <eliz@gnu.org>
* ChangeLog: Prefix Local Variables with semi-colons and indent
@ -69,6 +73,9 @@
2004-08-09 Mark Kettenis <kettenis@gnu.org>
* lib/gdb.exp: Recognize relative path names as well as absolute
ones.
* gdb.base/sigaltstack.exp: Provide proper anchoring.
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>

View File

@ -19,10 +19,13 @@
Please email any bugs, comments, and/or additions to this file to:
bug-gdb@prep.ai.mit.edu */
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <stdlib.h>
#include <unistd.h>
/* Print routines:
The following are so that printf et.al. can be avoided. Those