From: Andreas Schwab Date: Tue, 12 Jan 2010 14:57:53 +0000 (+0100) Subject: Merge remote branch 'origin/master' into fedora/master X-Git-Tag: fedora/glibc-2.11.90-8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec90460fef4a641be743d730623be96b93dad8a;p=thirdparty%2Fglibc.git Merge remote branch 'origin/master' into fedora/master --- 4ec90460fef4a641be743d730623be96b93dad8a diff --cc ChangeLog index 10db9939c99,c9cd999673f..a7e4973d4c9 --- a/ChangeLog +++ b/ChangeLog @@@ -1,10 -1,52 +1,56 @@@ - 2010-01-11 Andreas Schwab + 2010-01-12 Jakub Jelinek + + * posix/sys/wait.h: Don't define W* macros etc. if + stdlib.h has been included with _POSIX_C_SOURCE >= 200809L. + + 2010-01-11 Ulrich Drepper + + * io/sys/stat.h: Declare fchmod for XPG7. + * conform/data/sys/stat.h-data: Fix up for XPG7. + + * termios/termios.h: Define pid_t for XPG7. + + * conform/data/math.h-data: Fix up for XPG6 and XPG7. + * conform/data/tgmath.h-data: Likewise. + + * conform/data/time.h-data: Fix POSIX tests. + + * conform/data/wchar.h-data: Fix up XPG7 tests. + + * include/features.h: Fix __USE_ISOC95 handling. - * io/fcntl.h: Only include once. - * io/sys/stat.h: Likewise. + * conform/data/wordexp.h-data: Fix typo in last change. + + * conform/data/unistd.h-data: Fix up older POSIX tests. + + * stdlib/stdlib.h: Fix handling symbols removed in XPG7. + * posix/unistd.h: Likewise. + + * posix/unistd.h: Include environments.h also for XPG6 and up. + Define intptr_t for XPG6 and up. + Fix up for XPG7. + * conform/data/unistd.h-data: Fix up for XPG6 and XPG7. + + * conform/data/sys/types.h-data: Fix up for XPG7. + + * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem. + * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise. + * sysdeps/unix/sysv/bits/stat.h: Likewise. + * sysdeps/mach/hurd/bits/stat.h: Likewise. + + * bits/confname.h: Fix typo in last change. + + * conform/data/unistd.h-data: lockf-constants Not needed for POSIX. + ++2010-01-11 Andreas Schwab + - * bits/confname.h: Add missing comma, remove trailing commas. ++ * bits/confname.h: Remove trailing comma. + 2010-01-10 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,