[前][次][番号順一覧][スレッド一覧]

ruby-changes:20668

From: naruse <ko1@a...>
Date: Thu, 28 Jul 2011 09:33:24 +0900 (JST)
Subject: [ruby-changes:20668] naruse:r32716 (ruby_1_9_3): merge revision(s) 32715:

naruse	2011-07-28 09:33:14 +0900 (Thu, 28 Jul 2011)

  New Revision: 32716

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32716

  Log:
    merge revision(s) 32715:
    ------------------------------------------------------------------------
    r32715 | naruse | 2011-07-28 09:23:28 +0900 (Thu, 28 Jul 2011) | 1 line
    
    See __APPLE__ for __syscall.
    ------------------------------------------------------------------------

  Modified files:
    branches/ruby_1_9_3/include/ruby/missing.h

Index: ruby_1_9_3/include/ruby/missing.h
===================================================================
--- ruby_1_9_3/include/ruby/missing.h	(revision 32715)
+++ ruby_1_9_3/include/ruby/missing.h	(revision 32716)
@@ -51,7 +51,7 @@
 };
 #endif
 
-#if defined(HAVE___SYSCALL) && !defined(__syscall)
+#if defined(HAVE___SYSCALL) && defined(__APPLE__)
 /* Mac OS X has __syscall but doen't defined in headers */
 off_t __syscall(quad_t number, ...);
 #endif

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]