diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-01-10 15:01:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-01-10 15:01:03 +0000 |
commit | 0a51a5afd6041521c31e75a720ccda0dcd5668a0 (patch) | |
tree | 95ba496e7dbd8aed37c586981ceaf23ceb5675fa /gdb/rdi-share | |
parent | 3a9c3d120fe4b7cd24f75f275e4b1034577ce056 (diff) | |
download | gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.zip gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.tar.gz gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.tar.bz2 |
* rdi-share/hostchan.c: Remove gettimeofday declaration.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r-- | gdb/rdi-share/hostchan.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/rdi-share/hostchan.c b/gdb/rdi-share/hostchan.c index b62fbe3..8291ea8 100644 --- a/gdb/rdi-share/hostchan.c +++ b/gdb/rdi-share/hostchan.c @@ -19,9 +19,6 @@ #if defined(__unix) || defined(__CYGWIN32__) # include <sys/time.h> -# ifdef sun - int gettimeofday(struct timeval *tp, struct timezone *tzp); -# endif #else # include "winsock.h" # include "time.h" |