summaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authormichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-17 13:52:45 +0000
committermichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-17 13:52:45 +0000
commit932e6c807f8a8c64dcb38db0a0f4c67c73fb116b (patch)
treeae0fe059957cddc1c37d72ae116378497a3a6a4e /io.c
parent643ef3ad50c717e3abf6f226289d8af8a53d068f (diff)
downloadruby-932e6c807f8a8c64dcb38db0a0f4c67c73fb116b.tar.gz
ruby-932e6c807f8a8c64dcb38db0a0f4c67c73fb116b.tar.xz
ruby-932e6c807f8a8c64dcb38db0a0f4c67c73fb116b.zip
move struct timeval to missing.h
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/io.c b/io.c
index 083c8e952..8671edeac 100644
--- a/io.c
+++ b/io.c
@@ -60,17 +60,6 @@
# define ftello ftell
#endif
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#else
-#ifndef NT
-struct timeval {
- long tv_sec; /* seconds */
- long tv_usec; /* and microseconds */
-};
-#endif
-#endif
-
#include <sys/stat.h>
/* EMX has sys/param.h, but.. */