From 9c215874b929cc62ebb0a41eb1993d37d6abcb73 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 29 Mar 2013 04:23:42 +0000 Subject: * 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 --- include/ruby/missing.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/ruby') 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 -- cgit v1.2.3