chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / utime.c
index a00b58962944e1713427c512cea7295d0fb44cef..2c8607756a4fce2b7ce278db94873711db9c4946 100644 (file)
@@ -7,13 +7,7 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
 
-#ifdef __NR_utime
-
-_syscall2(int,utime,const char *,filename,const struct utimbuf *,buf);
-
-#else
-
-static inline _syscall2(int,utimes,const char *,filename, const struct timeval *,tvp);
+#ifndef __NR_utime
 
 int utime(const char *filename, const struct utimbuf *buf)
 {