summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-20 20:05:07 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-20 20:05:07 +0100
commitef85033ac8e07fd45d6f45463dcfecf9c78ae7ef (patch)
treeb11c9b0c8d1c883406a88e56b84d91fdf96bfafd /include
parent3149763ed4a6782cb152f33139f4e02ade5f252e (diff)
futimens: add function
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/sys/stat.h1
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