]> git.ipfire.org Git - thirdparty/glibc.git/commit - io/Makefile
* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
authorUlrich Drepper <drepper@redhat.com>
Thu, 10 May 2007 21:44:41 +0000 (21:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 10 May 2007 21:44:41 +0000 (21:44 +0000)
commitc27d2078135ca3df129850f87598660252d6906a
treeedddcd9deaea803af9290a6bb8b78fd290a5708b
parent00afb11fc0a9282d7e2cbc51cd1c65bf1b79a5ae
* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and

UTIME_OMIT.
* sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
* io/sys/stat.h: Declare utimensat, futimens.
* io/utimensat.c: New file.
* io/futimens.c: New file.
* sysdeps/unix/sysv/linux/utimensat.c: New file.
* sysdeps/unix/sysv/linux/futimens.c: New file.
* io/Makefile (routines): Add utimensat, futimens.
* io/Versions: Add utimensat, futimens to GLIBC_2.6.
* sysdeps/unix/sysv/linux/lutimes.c: New file.
* sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
available.

* include/sys/cdefs.h: Redefine __nonnull so that test for
incorrect parameters in the libc code itself are not omitted.
18 files changed:
ChangeLog
io/Makefile
io/Versions
io/futimens.c [new file with mode: 0644]
io/sys/stat.h
io/utimensat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/alpha/bits/stat.h
sysdeps/unix/sysv/linux/bits/stat.h
sysdeps/unix/sysv/linux/futimens.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/futimes.c
sysdeps/unix/sysv/linux/ia64/bits/stat.h
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/lutimes.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/bits/stat.h
sysdeps/unix/sysv/linux/s390/bits/stat.h
sysdeps/unix/sysv/linux/sparc/bits/stat.h
sysdeps/unix/sysv/linux/utimensat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/bits/stat.h