diff options
Diffstat (limited to 'libc/misc/futimes.c')
-rw-r--r-- | libc/misc/futimes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/futimes.c b/libc/misc/futimes.c index b644fd190..1204a9c28 100644 --- a/libc/misc/futimes.c +++ b/libc/misc/futimes.c @@ -30,4 +30,3 @@ __futimes (int fd, const struct timeval tvp[2]) weak_alias (__futimes, futimes) stub_warning (futimes) -#include <stub-tag.h> |