From cb965e7690bddb5a66e1f273a1d42e41141010da Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 7 Oct 2009 19:42:09 +0200 Subject: utime() is obsolescent in SUSv4 LEGACY was removed for utimes() in SUSv4 Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/common/Makefile.in') 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 -- cgit v1.2.3