summaryrefslogtreecommitdiff
path: root/include/ruby/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/missing.h')
-rw-r--r--include/ruby/missing.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index 616e699ad5..7ae2530239 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -37,10 +37,6 @@ struct timeval {
# endif
#endif /* HAVE_STRUCT_TIMEVAL */
-#if defined(HAVE_SYS_TYPES_H)
-# include <sys/types.h>
-#endif
-
#if !defined(HAVE_STRUCT_TIMESPEC)
# if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
@@ -58,11 +54,6 @@ struct timezone {
};
#endif
-#if defined(HAVE___SYSCALL) && (defined(__APPLE__) || defined(__OpenBSD__))
-/* Mac OS X and OpenBSD have __syscall but don't define it in headers */
-off_t __syscall(quad_t number, ...);
-#endif
-
#ifdef RUBY_EXPORT
#undef RUBY_EXTERN
#endif