aboutsummaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-01-12 17:16:43 +0000
committerJakub Jelinek <jakub@redhat.com>2007-01-12 17:16:43 +0000
commitb6c657f557a6416b408d8fb178aaf856aa367661 (patch)
tree3af56a0d3485b06e875f9f35f0f6c0c550fcb20d /include/features.h
parentf1985efa522f3b8dad1970363fb6f7fa832c03d8 (diff)
downloadglibc-b6c657f557a6416b408d8fb178aaf856aa367661.tar
glibc-b6c657f557a6416b408d8fb178aaf856aa367661.tar.gz
glibc-b6c657f557a6416b408d8fb178aaf856aa367661.tar.bz2
glibc-b6c657f557a6416b408d8fb178aaf856aa367661.zip
[BZ #3632]
* include/features.h: Fix comment about default value for _POSIX_C_SOURCE.
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index 1676ad3e58..ad9bbc70ee 100644
--- a/include/features.h
+++ b/include/features.h
@@ -49,7 +49,7 @@
The `-ansi' switch to the GNU C compiler defines __STRICT_ANSI__.
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
- 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
together give you ISO C, 1003.1, and 1003.2, but nothing else.