ruby-changes:33105
From: zzak <ko1@a...>
Date: Thu, 27 Feb 2014 03:57:17 +0900 (JST)
Subject: [ruby-changes:33105] zzak:r45184 (trunk): * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]
zzak 2014-02-27 03:57:09 +0900 (Thu, 27 Feb 2014) New Revision: 45184 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45184 Log: * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548] Patch by @qnet-herwin https://github.com/ruby/ruby/pull/548 [ci skip] Modified files: trunk/ChangeLog trunk/thread.c Index: ChangeLog =================================================================== --- ChangeLog (revision 45183) +++ ChangeLog (revision 45184) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Feb 27 03:55:45 2014 Zachary Scott <e@z...> + + * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548] + Patch by @qnet-herwin https://github.com/ruby/ruby/pull/548 + Wed Feb 26 18:43:43 2014 Koichi Sasada <ko1@a...> * gc.c (heap_pages_free_unused_pages): check tomb page availability Index: thread.c =================================================================== --- thread.c (revision 45183) +++ thread.c (revision 45184) @@ -49,7 +49,7 @@ https://github.com/ruby/ruby/blob/trunk/thread.c#L49 * supports large fd size (>FD_SETSIZE), it wrongly assumes fd is always * less than FD_SETSIZE (i.e. 1024). And then when enabling HAVE_RB_FD_INIT, * it doesn't work correctly and makes program abort. Therefore we need to - * disable FORTY_SOURCE until glibc fixes it. + * disable FORTIFY_SOURCE until glibc fixes it. */ #undef _FORTIFY_SOURCE #undef __USE_FORTIFY_LEVEL -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/