aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 15:44:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 15:44:14 +0000
commitccf07bde231057ea5736fb6608447bb845c69125 (patch)
treead68ba817324476d5f41d6fb892e0fee8befec7f /ChangeLog
parent1e5a64261fd2f41eb49b20a3f4f2acaabffc5c7c (diff)
downloadruby-ccf07bde231057ea5736fb6608447bb845c69125.tar.gz
* signal.c: need to include unistd.h for write(2).
unistd.h is now included via ruby/defines.h, but should implicitly include here. (suggested by kosaki) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e01f5a70ff..f5c5b81e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
+ include here. (suggested by kosaki)
+
Tue May 14 23:43:05 2013 Tanaka Akira <akr@fsij.org>
* ext/socket/.document: Add ifaddr.c.