diff options
Diffstat (limited to 'libc/sysdeps/linux/common/utimes.c')
-rw-r--r-- | libc/sysdeps/linux/common/utimes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/utimes.c b/libc/sysdeps/linux/common/utimes.c index f4781e0a4..99d92027b 100644 --- a/libc/sysdeps/linux/common/utimes.c +++ b/libc/sysdeps/linux/common/utimes.c @@ -32,5 +32,4 @@ int utimes(const char *file, const struct timeval tvp[2]) return utime(file, times); } #endif -link_warning(utimes, "the use of LEGACY `utimes' is discouraged, use `utime'") libc_hidden_def(utimes) |