aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-02 15:09:39 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-02 15:09:39 +0530
commit256aa665963ebbc2893ed4519dde33e25d8f51c9 (patch)
tree4e1f6195137b780e42a6ca36a3f3959b141d979b /ChangeLog
parentb100f9aa77027e4371154820ea8a0353bfd13223 (diff)
downloadglibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.zip
glibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.tar.gz
glibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.tar.bz2
Fix typo in macro name
It is _POSIX_SIGNALS and not _POSUX_SIGNALS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 986210c..56c35ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
+
2014-07-02 Will Newton <will.newton@linaro.org>
* malloc/obstack.c: Merge from gnulib master.