diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-09-15 10:08:38 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-09-15 10:08:38 +0530 |
commit | 3f41521d4b9697634d3f574ee5fd3a22f217b25d (patch) | |
tree | 15f31b23973a5e5f09f4d89450708ed7c0a39b76 /ChangeLog | |
parent | d8f879ee3e4131542c2ac3d1d9db4cf12cb86729 (diff) | |
download | glibc-3f41521d4b9697634d3f574ee5fd3a22f217b25d.tar.gz glibc-3f41521d4b9697634d3f574ee5fd3a22f217b25d.tar.xz glibc-3f41521d4b9697634d3f574ee5fd3a22f217b25d.zip |
Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETS
getconf only recognizes IPV6 and RAW_SOCKETS, when the standard requires it to recognize the actual configuration variable name[1]. I have not removed the earlier names for compatibility. * posix/getconf.c (vars): Add _POSIX_IPV6 and _POSIX_RAW_SOCKETS. [1] http://pubs.opengroup.org/onlinepubs/007904875/functions/sysconf.html
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9f5d84e77b..d010cc9dd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com> + + * posix/getconf.c (vars): Add _POSIX_IPV6 and + _POSIX_RAW_SOCKETS. + 2014-09-13 Allan McRae <allan@archlinux.org> * po/ru.po: Update Russian translation from translation project. |