gcc/fixincludes/tests/base/sys
Jakub Jelinek cb3790cb4e inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES if __extern_inline or __GNUC_GNU_INLINE__ is...
* inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
	if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
	__STDC_VERSION__ < 199901L.
	(glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
	with #ifdef __GNUC_GNU_INLINE__.
	(glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
	with defined(__GNUC_STDC_INLINE__).
	(glibc_c99_inline_4): Change select, add second c_fix_arg.
	Replace #if __STDC_VERSION__ < 199901L with
	#ifdef __GNUC_GNU_INLINE__.
	* fixincl.x: Regenerated.
	* tests/base/bits/string2.h: Update.
	* tests/base/sys/sysmacros.h: Update.
	* tests/base/sys/stat.h: Update.

From-SVN: r123216
2007-03-26 15:25:26 +02:00
..
asm.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
cdefs.h * tests/base/sys/cdefs.h: Update from test area. 2004-10-05 03:13:43 +00:00
file.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
ioctl.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
limits.h inclhack.def (hpux_maxint, [...]): Remove. 2004-11-13 20:41:01 +00:00
machine.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
mman.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
pthread.h re PR target/29300 (FAIL: gcc.dg/pthread-init-[12].c (test for excess errors)) 2006-10-07 16:35:11 +00:00
regset.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
signal.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
socket.h * tests/base/sys/socket.h: Update. 2006-11-01 16:25:17 +00:00
spinlock.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
stat.h inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES if __extern_inline or __GNUC_GNU_INLINE__ is... 2007-03-26 15:25:26 +02:00
sysmacros.h inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES if __extern_inline or __GNUC_GNU_INLINE__ is... 2007-03-26 15:25:26 +02:00
time.h time.h: Correct mismatch in 2004-09-10 check-in. 2004-09-15 22:12:58 +00:00
times.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
types.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
ucontext.h inclhack.def (linux_ia64_ucontext): New fix. 2004-09-17 22:58:40 +00:00
utsname.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
wait.h Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00