diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-20 20:05:07 +0100 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-22 11:29:00 -0800 |
commit | c80daee6c4e13fe32685e5b3dcd439423e17a9e4 (patch) | |
tree | 2f36ff23ac71ba99a2483a602ae05b3520ce1be2 /include/sys/stat.h | |
parent | 3f483865552c2ba0273371eedeeec5ac943bfd85 (diff) | |
download | uClibc-alpine-c80daee6c4e13fe32685e5b3dcd439423e17a9e4.tar.bz2 uClibc-alpine-c80daee6c4e13fe32685e5b3dcd439423e17a9e4.tar.xz |
futimens: add function
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'include/sys/stat.h')
-rw-r--r-- | include/sys/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h index d84ace5a2..170a4e633 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -375,6 +375,7 @@ extern int utimensat (int __fd, __const char *__path, __const struct timespec __times[2], int __flags) __THROW __nonnull ((2)); +libc_hidden_proto(utimensat) #endif #ifdef __USE_XOPEN2K8 |