diff options
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" |