From c27d2078135ca3df129850f87598660252d6906a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 May 2007 21:44:41 +0000 Subject: * 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. --- io/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io/Makefile') diff --git a/io/Makefile b/io/Makefile index 206435de44..81078ae3ec 100644 --- a/io/Makefile +++ b/io/Makefile @@ -51,7 +51,8 @@ routines := \ ftw ftw64 fts poll ppoll \ posix_fadvise posix_fadvise64 \ posix_fallocate posix_fallocate64 \ - sendfile sendfile64 + sendfile sendfile64 \ + utimensat futimens # These routines will be omitted from the libc shared object. # Instead the static object files will be included in a special archive -- cgit v1.2.3-70-g09d2