OSDN Git Service

utimes: Export utimensat based utimes
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / stubs.c
index 83bcf47..57c4664 100644 (file)
@@ -448,10 +448,12 @@ make_stub(lutimes)
 # endif
 #endif
 
+#ifndef __NR_utimensat
 #if !defined __NR_utime && !defined __NR_utimes
 /*make_stub(utime) obsoleted */
 make_stub(utimes)
 #endif
+#endif
 
 #if !defined __NR_umount && !defined __NR_umount2 && defined __UCLIBC_LINUX_SPECIFIC__
 make_stub(umount)