summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index d2cacd2706..f055104a0e 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -54,11 +54,6 @@ struct timezone {
};
#endif
-#if defined(HAVE___SYSCALL) && defined(__APPLE__)
-/* Mac OS X has __syscall but doen't defined in headers */
-off_t __syscall(quad_t number, ...);
-#endif
-
#ifdef RUBY_EXPORT
#undef RUBY_EXTERN
#endif