summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-07 19:42:09 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-08 16:56:33 +0200
commitcb965e7690bddb5a66e1f273a1d42e41141010da (patch)
treea44b6921692f0237547fc4c7ce2a9cddb12ce0e3 /libc/sysdeps/linux/common/Makefile.in
parent946b7b5ab8508fa8bf32fdd89d55d9e2f0b4fe25 (diff)
utime() is obsolescent in SUSv4
LEGACY was removed for utimes() in SUSv4 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index c2584daa4..ec889ca0d 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -55,6 +55,10 @@ ifneq ($(UCLIBC_HAS_ADVANCED_REALTIME),y)
CSRC := $(filter-out posix_fadvise64.c posix_fadvise.c,$(CSRC))
endif
+ifneq ($(UCLIBC_SUSV4_LEGACY),y)
+CSRC := $(filter-out utime.c,$(CSRC))
+endif
+
ifneq ($(UCLIBC_HAS_EPOLL),y)
CSRC := $(filter-out epoll.c,$(CSRC))
endif