From: Roland McGrath Date: Sat, 8 Oct 2005 06:27:49 +0000 (+0000) Subject: [BZ #1438] X-Git-Tag: upstream/2.30~16339 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=869e83f2f9e1a5e6649746e5c605fb72f6d9a250;p=external%2Fglibc.git [BZ #1438] 2005-10-07 Roland McGrath [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. --- diff --git a/ChangeLog b/ChangeLog index 243dda7..5f40b7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-07 Roland McGrath + + [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 * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because