diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-07-02 15:09:39 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-07-02 15:09:39 +0530 |
commit | 256aa665963ebbc2893ed4519dde33e25d8f51c9 (patch) | |
tree | 4e1f6195137b780e42a6ca36a3f3959b141d979b /ChangeLog | |
parent | b100f9aa77027e4371154820ea8a0353bfd13223 (diff) | |
download | glibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.tar glibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.tar.gz glibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.tar.bz2 glibc-256aa665963ebbc2893ed4519dde33e25d8f51c9.zip |
Fix typo in macro name
It is _POSIX_SIGNALS and not _POSUX_SIGNALS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |