diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-09-12 16:37:31 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-09-12 16:37:31 +0530 |
commit | 920238e061af76ac99dd94c40a80b0c6d23f35d4 (patch) | |
tree | 2456586fdb0aa348f3b08c541580b6136903a865 /ChangeLog | |
parent | ba7b4d294b01870ce3497971e9d07ee261cdc540 (diff) | |
download | glibc-920238e061af76ac99dd94c40a80b0c6d23f35d4.tar.gz glibc-920238e061af76ac99dd94c40a80b0c6d23f35d4.tar.xz glibc-920238e061af76ac99dd94c40a80b0c6d23f35d4.zip |
Fix typo in macro names in sysconf.c
Spell _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly. Found when trying to make the getconf environment variables typo-proof. * sysdeps/posix/sysconf.c (__sysconf): Spell _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95388d84a2..fdcaca6ee4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com> + + * sysdeps/posix/sysconf.c (__sysconf): Spell + _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly. + 2014-08-12 Florian Weimer <fweimer@redhat.com> * iconv/gconv_open.c (__gconv_open): Remove transliteration module |