diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-09-16 22:18:20 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-09-16 22:18:20 +0530 |
commit | 653b1080fad02725ab66e504a7bfeecf4347d7aa (patch) | |
tree | 2cd676afafd8cbf3f335ecffc204723497201b8e /ChangeLog | |
parent | 602f80ec8b966cfad3b61914cbe14ee606cedf6e (diff) | |
download | glibc-653b1080fad02725ab66e504a7bfeecf4347d7aa.tar.gz glibc-653b1080fad02725ab66e504a7bfeecf4347d7aa.tar.xz glibc-653b1080fad02725ab66e504a7bfeecf4347d7aa.zip |
Assume that all _[PS]C_* and _CS_* macros are always defined
The macros in question are always defined in confname.h for all variants and there seems to be no reason to allow such variants to exist anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 436b3df201..72d980fe02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com> + * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS + macros. + [BZ #17266] * misc/sys/cdefs.h: Define __extern_always_inline for clang 4.2 and newer. |