* tests/base/sys/cdefs.h: Update from test area.

From-SVN: r88542
This commit is contained in:
Loren J. Rittle 2004-10-05 03:13:43 +00:00 committed by Loren J. Rittle
parent 1ee3acfb08
commit 789701151d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-04 Loren J. Rittle <ljrittle@acm.org>
* tests/base/sys/cdefs.h: Update from test area.
2004-09-17 Roger Sayle <roger@eyesopen.com>
* inclhack.def (linux_ia64_ucontext): New fix.

View File

@ -10,7 +10,7 @@
#if defined( FREEBSD_GCC3_BREAKAGE_CHECK )
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7
#endif /* FREEBSD_GCC3_BREAKAGE_CHECK */