diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-12-10 10:38:56 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-12-10 10:38:56 +0000 |
commit | b0ec19ce6e64c405fdd95c90a5d4212f86abea1f (patch) | |
tree | 9f52f1f004f36f9bd712fe2fb753736733f6324c /include | |
parent | 7f65f3e3920a0dd6bb6a8774f46063371be4d029 (diff) | |
download | glibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.tar.gz |
Updated to fedora-glibc-20061210T1006
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 2 |
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. |