diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-26 01:43:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-26 01:43:53 +0000 |
commit | 3e6b0a28ebc2319262b318790019558f78249c8b (patch) | |
tree | db13f5c985e08c31bb7dbe3a46def48401623618 /ChangeLog | |
parent | 2e6d6bacc2f0a30f7dbebc977d52904d4a823c45 (diff) | |
download | glibc-3e6b0a28ebc2319262b318790019558f78249c8b.tar glibc-3e6b0a28ebc2319262b318790019558f78249c8b.tar.gz glibc-3e6b0a28ebc2319262b318790019558f78249c8b.tar.bz2 glibc-3e6b0a28ebc2319262b318790019558f78249c8b.zip |
* include/features.h: Define macros for XPG7/POSIX 2008.
* sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
UTIME_OMIT only with __USE_ATFILE.
* sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/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/x86_64/bits/stat.h: Likewise.
* io/sys/stat.h: Move mknodat definition into same conditional as
mknod.
* time/sys/time.h: futimesat is not among the functions accepted
into the POSIX standard.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2009-02-25 Ulrich Drepper <drepper@redhat.com> + * include/features.h: Define macros for XPG7/POSIX 2008. + * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and + UTIME_OMIT only with __USE_ATFILE. + * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/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/x86_64/bits/stat.h: Likewise. + * io/sys/stat.h: Move mknodat definition into same conditional as + mknod. + * time/sys/time.h: futimesat is not among the functions accepted + into the POSIX standard. + * include/features.h: If no feature selection given and we select by default a POSIX mode, also define __USE_POSIX_IMPLICITLY. * posix/Versions: Export __posix_getopt. |