add legacy futimes and lutimes functions
[musl] / include / sys / time.h
index b39800f..fa98944 100644 (file)
@@ -27,6 +27,8 @@ int utimes (const char *, const struct timeval [2]);
 #endif
 
 #ifdef _GNU_SOURCE
+int futimes(int, const struct timeval [2]);
+int lutimes(const char *, const struct timeval [2]);
 int settimeofday (const struct timeval *, void *);
 int adjtime (const struct timeval *, struct timeval *);
 struct timezone {