aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share/hostchan.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-08 20:34:41 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-08 20:34:41 +0000
commita3efda28be4932ec8992974aafbf1987507a6c5f (patch)
treedc040344b741bdf22706c983d33ef7e70032b594 /gdb/rdi-share/hostchan.c
parentc5f10366871d9979dc1ac502c09b9dd32b227488 (diff)
downloadgdb-a3efda28be4932ec8992974aafbf1987507a6c5f.zip
gdb-a3efda28be4932ec8992974aafbf1987507a6c5f.tar.gz
gdb-a3efda28be4932ec8992974aafbf1987507a6c5f.tar.bz2
* sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
* rdi-share/serpardr.c: Ditto. * rdi-share/unixcomm.c: Ditto. * rdi-share/serdrv.c: Ditto. * rdi-share/hostchan.h: Ditto. * rdi-share/hostchan.c: Ditto. * rdi-share/host.h: Ditto. * rdi-share/devsw.c: Ditto.
Diffstat (limited to 'gdb/rdi-share/hostchan.c')
-rw-r--r--gdb/rdi-share/hostchan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rdi-share/hostchan.c b/gdb/rdi-share/hostchan.c
index 3114c52..483bc5b 100644
--- a/gdb/rdi-share/hostchan.c
+++ b/gdb/rdi-share/hostchan.c
@@ -556,7 +556,7 @@ static unsigned long tv_diff(const struct timeval *time_now,
- ((time_was->tv_sec * 1000000) + time_was->tv_usec) );
}
-#if !defined(__unix) && !defined(__CYGWIN32__)
+#if !defined(__unix) && !defined(__CYGWIN__)
static void gettimeofday( struct timeval *time_now, void *dummy )
{
time_t t = clock();