diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-08 06:27:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-08 06:27:49 +0000 |
commit | 869e83f2f9e1a5e6649746e5c605fb72f6d9a250 (patch) | |
tree | b327dbedddcefe6fe2ed3077c77a80239445a757 | |
parent | faa26ad4cf1603c3b0c8ef09804aa1742fd4776a (diff) | |
download | glibc-869e83f2f9e1a5e6649746e5c605fb72f6d9a250.tar glibc-869e83f2f9e1a5e6649746e5c605fb72f6d9a250.tar.gz glibc-869e83f2f9e1a5e6649746e5c605fb72f6d9a250.tar.bz2 glibc-869e83f2f9e1a5e6649746e5c605fb72f6d9a250.zip |
[BZ #1438]
2005-10-07 Roland McGrath <roland@redhat.com>
[BZ #1438]
* include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__
friendly to -Wundef.
(__USE_FORTIFY_LEVEL): Always define it, to 0 if nothing else.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-10-07 Roland McGrath <roland@redhat.com> + + [BZ #1438] + * include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__ + friendly to -Wundef. + (__USE_FORTIFY_LEVEL): Always define it, to 0 if nothing else. + 2005-10-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because |