summaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-16 16:56:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-16 16:56:59 +0000
commit547f738f2daa00242a64427e9fb1805b42da59c5 (patch)
tree618613d37376e21376cc974473ad1830442ebfad /io.c
parentae705226e425f987255de1605d3f0038c3b3c6df (diff)
downloadruby-547f738f2daa00242a64427e9fb1805b42da59c5.tar.gz
ruby-547f738f2daa00242a64427e9fb1805b42da59c5.tar.xz
ruby-547f738f2daa00242a64427e9fb1805b42da59c5.zip
001117
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/io.c b/io.c
index 1cdc5f195..6470788fc 100644
--- a/io.c
+++ b/io.c
@@ -123,20 +123,6 @@ extern int ReadDataPending();
}\
} while(0)
-#ifndef EWOULDBLOCK
-#define EWOULDBLOCK EAGAIN
-#endif
-
-#ifdef O_NDELAY
-# define NONBLOCKING O_NDELAY
-#else
-#ifdef O_NBIO
-# define NONBLOCKING O_NBIO
-#else
-# define NONBLOCKING O_NONBLOCK
-#endif
-#endif
-
void
rb_eof_error()
{
OSZAR »