summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-29 04:23:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-29 04:23:42 +0000
commit9c215874b929cc62ebb0a41eb1993d37d6abcb73 (patch)
tree292274d632ecab5f988f32d9b1c8376f170931d1 /include
parentb97e925571e32dff40573af7991d7dfe7fc9c7ce (diff)
* include/ruby/missing.h: fixed merge mistake of r39985.
[Backport #8080] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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