aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-01-10 15:01:03 +0000
committerStan Shebs <shebs@codesourcery.com>1998-01-10 15:01:03 +0000
commit0a51a5afd6041521c31e75a720ccda0dcd5668a0 (patch)
tree95ba496e7dbd8aed37c586981ceaf23ceb5675fa /gdb/rdi-share
parent3a9c3d120fe4b7cd24f75f275e4b1034577ce056 (diff)
downloadfsf-binutils-gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.zip
fsf-binutils-gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.tar.gz
fsf-binutils-gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.tar.bz2
* rdi-share/hostchan.c: Remove gettimeofday declaration.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r--gdb/rdi-share/hostchan.c3
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"