* ChangeLog: typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2013-05-14 15:53:31 +00:00
parent 50146213e2
commit a6df3a98ab

View File

@ -1,7 +1,7 @@
Wed May 15 00:42:54 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* signal.c: need to include unistd.h for write(2).
unistd.h is now included via ruby/defines.h, but should implicitly
unistd.h is now included via ruby/defines.h, but should explicitly
include here. (suggested by kosaki)
Tue May 14 23:43:05 2013 Tanaka Akira <akr@fsij.org>