summaryrefslogtreecommitdiff
path: root/gdb/rdi-share/serdrv.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
commit417965ab0fe37081745a34f4d9ba3cfa41649984 (patch)
tree2e3d7510073e78f48f373f192454debf3a54a3d7 /gdb/rdi-share/serdrv.c
parent346429b13fd192b2c6834968f9fdc51632012b8b (diff)
downloadgdb-417965ab0fe37081745a34f4d9ba3cfa41649984.tar.gz
* 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/serdrv.c')
-rw-r--r--gdb/rdi-share/serdrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rdi-share/serdrv.c b/gdb/rdi-share/serdrv.c
index a26e0ec91f0..9fb95a83623 100644
--- a/gdb/rdi-share/serdrv.c
+++ b/gdb/rdi-share/serdrv.c
@@ -254,7 +254,7 @@ static int SerialOpen(const char *name, const char *arg)
serial_reset();
-#if defined(__unix) || defined(__CYGWIN32__)
+#if defined(__unix) || defined(__CYGWIN__)
Unix_ioctlNonBlocking();
#endif