* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 May 2007 06:14:29 +0000 (06:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 May 2007 06:14:29 +0000 (06:14 +0000)
commitab681e53f8100fdb144e0a100d6f2da9ff7c005f
tree9fa61f52eb916ae10c904e9af3d62aa707d77470
parent1875901e8d0bd6b30cbee33e223f1bebdaee9182
* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
@ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
GCC 4.2, which otherwise issues a lot of warnings.
* lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
* lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
* lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
* lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
it should no longer be needed.
* lib/string_.h: Likewise.
* modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
* modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
* modules/inttypes (inttypes.h): Likewise.
* modules/math (math.h): Likewise.
* modules/search (search.h): Likewise.
* modules/signal (signal.h): Likewise.
* modules/stdint (stdint.h): Likewise.
* modules/stdio (stdio.h): Likewise.
* modules/stdlib (stdlib.h): Likewise.
* modules/string (string.h): Likewise.
* modules/sys_time (sys/time.h): Likewise.
* modules/time (time.h): Likewise.
* modules/wchar (wchar.h): Likewise.
* modules/wctype (wtype.h): Likewise.
28 files changed:
ChangeLog
lib/fcntl_.h
lib/inttypes_.h
lib/math_.h
lib/search_.h
lib/signal_.h
lib/stdint_.h
lib/stdio_.h
lib/stdlib_.h
lib/string_.h
lib/sys_time_.h
lib/time_.h
lib/wchar_.h
lib/wctype_.h
modules/absolute-header
modules/fcntl
modules/inttypes
modules/math
modules/search
modules/signal
modules/stdint
modules/stdio
modules/stdlib
modules/string
modules/sys_time
modules/time
modules/wchar
modules/wctype