about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-12-10 10:38:56 +0000
committerJakub Jelinek <jakub@redhat.com>2006-12-10 10:38:56 +0000
commitb0ec19ce6e64c405fdd95c90a5d4212f86abea1f (patch)
tree9f52f1f004f36f9bd712fe2fb753736733f6324c /include
parent7f65f3e3920a0dd6bb6a8774f46063371be4d029 (diff)
downloadglibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.tar.gz
glibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.tar.xz
glibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.zip
Updated to fedora-glibc-20061210T1006
Diffstat (limited to 'include')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index aeeb3a578a..4eb49a92b1 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.