Go to file
Joseph Myers 0862cdcdc8 Condition signal.h inclusion in sys/wait.h (bug 21560).
sys/wait.h includes signal.h unconditionally.  But the permission to
do so is UX-shaded in XPG4.2, and XSI-shaded in POSIX before 2008, so
this should not be unconditional.  This patch fixes this
conservatively: the include is kept, but conditioned on the standards
that permit it (meaning it is still present by default, because
non-XSI POSIX.1:2008 is enabled by default).  <bits/types.h> is now
included unconditionally to provide the required definition of
__pid_t; it was previously included via <signal.h>.  Some standards
require pid_t to be defined here, and all allow it to be defined here;
previously defined via <signal.h>, it's now defined directly in this
header.

Tested for x86_64.  This does not fix any of the sys/wait.h
conformtest failures, but substantially reduces the number of
namespace failures for sys/wait.h for XPG4 and POSIX.

	[BZ #21560]
	* posix/sys/wait.h: Condition include of <signal.h> on
	[__USE_XOPEN_EXTENDED || __USE_XOPEN2K8].  Include <bits/types.h>
	unconditionally.
	[!__pid_t_defined] (pid_t): Define typedef.
2017-06-09 13:45:37 +00:00
argp
assert
benchtests benchtests: Add more tests for memrchr 2017-06-04 09:45:09 -07:00
bits Define SIG_HOLD for XPG4 (bug 21538). 2017-06-05 10:19:03 +00:00
catgets
conform conformtest: Correct sys/wait.h expectations for XPG4. 2017-06-08 22:34:58 +00:00
crypt
csu Delay initialization of CPU features struct in static binaries 2017-05-31 06:38:33 +05:30
ctype
debug Fix struct sigaltstack namespace (bug 21517). 2017-06-05 10:17:46 +00:00
dirent support: Prevent multiple deletion of temporary files 2017-05-08 16:20:40 +02:00
dlfcn
elf ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] 2017-06-08 12:52:42 -07:00
gmon Assume that O_NOFOLLOW is always defined 2017-04-13 21:28:18 +02:00
gnulib
grp Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
gshadow Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
hesiod
hurd Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
iconv Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
iconvdata Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
include Remove bare use of __attribute__ in include/errno.h. 2017-06-09 09:37:55 -04:00
inet Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
intl Suppress internal declarations for most of the testsuite. 2017-05-11 19:27:59 -04:00
io Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
libidn
libio Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
locale Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
localedata Bug 20686: Add el_GR@euro support. 2017-05-03 15:37:04 -04:00
login Remove check for NULL buffer passed to `ptsname_r' 2017-06-07 17:37:59 +02:00
mach Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
malloc malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs 2017-06-09 14:08:57 +02:00
manual tunables: Add LD_HWCAP_MASK to tunables 2017-06-07 11:11:37 +05:30
math float128: Add wrappers to override ldbl-128 as float128. 2017-05-25 09:01:37 -03:00
mathvec
misc Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
nis Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nptl Optimize generic spinlock code and use C11 like atomic macros. 2017-06-06 09:41:56 +02:00
nptl_db
nscd Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
nss Suppress internal declarations for most of the testsuite. 2017-05-11 19:27:59 -04:00
po
posix Condition signal.h inclusion in sys/wait.h (bug 21560). 2017-06-09 13:45:37 +00:00
pwd Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
resolv Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
resource
rt Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
scripts tunables: Add LD_HWCAP_MASK to tunables 2017-06-07 11:11:37 +05:30
setjmp Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
shadow Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
signal Fix struct sigaltstack namespace (bug 21517). 2017-06-05 10:17:46 +00:00
socket Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
soft-fp
stdio-common Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
stdlib float128: Add strfromf128 2017-06-07 17:08:21 -03:00
streams
string Add more tests for memchr 2017-06-08 09:56:01 -07:00
sunrpc Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
support support: Expose TEST_VERIFY_EXIT behavior to GCC optimizers 2017-06-09 14:08:13 +02:00
sysdeps x86-64: Correct comments in ifunc-impl-list.c 2017-06-09 05:53:45 -07:00
sysvipc
termios
time
timezone Fix tst-timezone race (bug 14096). 2017-06-07 17:14:28 +00:00
wcsmbs Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
wctype Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
.gitattributes
.gitignore
abi-tags Remove the bulk of the NaCl port. 2017-05-20 08:09:10 -04:00
aclocal.m4
BUGS
ChangeLog Condition signal.h inclusion in sys/wait.h (bug 21560). 2017-06-09 13:45:37 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
ChangeLog.old-ports
ChangeLog.old-ports-aarch64
ChangeLog.old-ports-aix
ChangeLog.old-ports-alpha ChangeLog: fix BZ style to be consistent and match majority of existing code 2017-04-03 15:18:07 -04:00
ChangeLog.old-ports-am33
ChangeLog.old-ports-arm
ChangeLog.old-ports-cris
ChangeLog.old-ports-hppa ChangeLog: fix BZ style to be consistent and match majority of existing code 2017-04-03 15:18:07 -04:00
ChangeLog.old-ports-ia64
ChangeLog.old-ports-linux-generic
ChangeLog.old-ports-m68k
ChangeLog.old-ports-microblaze
ChangeLog.old-ports-mips ChangeLog: fix BZ style to be consistent and match majority of existing code 2017-04-03 15:18:07 -04:00
ChangeLog.old-ports-powerpc
ChangeLog.old-ports-tile
config.h.in Suppress internal declarations for most of the testsuite. 2017-05-11 19:27:59 -04:00
config.make.in
configure
configure.ac
CONFORMANCE
COPYING
COPYING.LIB
extra-lib.mk Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
gen-locales.mk
INSTALL Assume that accept4 is always available and works 2017-04-19 07:44:48 +02:00
libc-abis
libof-iterator.mk Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
LICENSES
MAINTAINERS Add MAINTAINERS 2017-05-11 13:38:30 -04:00
Makeconfig Polish the treatment of dl-tunable-list.h in Makeconfig. 2017-06-09 09:35:31 -04:00
Makefile Suppress internal declarations for most of the testsuite. 2017-05-11 19:27:59 -04:00
Makefile.in
Makerules Also create and use ldbl-compat-choose.h. 2017-05-19 11:30:26 +00:00
NAMESPACE
NEWS Optimize generic spinlock code and use C11 like atomic macros. 2017-06-06 09:41:56 +02:00
o-iterator.mk
README Require Linux kernel 3.2 or later on x86 / x86_64. 2017-05-08 10:45:20 +00:00
README.pretty-printers
README.tunables tunables: Clean up hooks to get and set tunables 2017-06-07 11:11:36 +05:30
Rules Suppress internal declarations for most of the testsuite. 2017-05-11 19:27:59 -04:00
shlib-versions
test-skeleton.c
version.h
WUR-REPORT

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arm-*-linux-gnueabi
	hppa-*-linux-gnu	Not currently functional without patches.
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see http://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at http://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see http://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.