mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
[BZ #3632]
* include/features.h: Fix comment about default value for _POSIX_C_SOURCE.
This commit is contained in:
parent
405698e946
commit
f85fb97b9b
@ -1,5 +1,9 @@
|
|||||||
2006-12-09 Ulrich Drepper <drepper@redhat.com>
|
2006-12-09 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #3632]
|
||||||
|
* include/features.h: Fix comment about default value for
|
||||||
|
_POSIX_C_SOURCE.
|
||||||
|
|
||||||
[BZ #3664]
|
[BZ #3664]
|
||||||
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
|
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
|
||||||
empty parsed strings.
|
empty parsed strings.
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
The `-ansi' switch to the GNU C compiler defines __STRICT_ANSI__.
|
The `-ansi' switch to the GNU C compiler defines __STRICT_ANSI__.
|
||||||
If none of these are defined, the default is to have _SVID_SOURCE,
|
If none of these are defined, the default is to have _SVID_SOURCE,
|
||||||
_BSD_SOURCE, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
|
_BSD_SOURCE, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
|
||||||
199506L. If more than one of these are defined, they accumulate.
|
200112L. If more than one of these are defined, they accumulate.
|
||||||
For example __STRICT_ANSI__, _POSIX_SOURCE and _POSIX_C_SOURCE
|
For example __STRICT_ANSI__, _POSIX_SOURCE and _POSIX_C_SOURCE
|
||||||
together give you ISO C, 1003.1, and 1003.2, but nothing else.
|
together give you ISO C, 1003.1, and 1003.2, but nothing else.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user