diff options
Diffstat (limited to 'src/stat/futimesat.c')
-rw-r--r-- | src/stat/futimesat.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stat/futimesat.c b/src/stat/futimesat.c index 4bdb1c29..d761c95a 100644 --- a/src/stat/futimesat.c +++ b/src/stat/futimesat.c @@ -20,3 +20,11 @@ int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) } weak_alias(__futimesat, futimesat); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |