summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/utimensat.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-20 20:05:07 +0100
committerAustin Foxley <austinf@cetoncorp.com>2009-11-22 11:29:00 -0800
commitc80daee6c4e13fe32685e5b3dcd439423e17a9e4 (patch)
tree2f36ff23ac71ba99a2483a602ae05b3520ce1be2 /libc/sysdeps/linux/common/utimensat.c
parent3f483865552c2ba0273371eedeeec5ac943bfd85 (diff)
downloaduClibc-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 'libc/sysdeps/linux/common/utimensat.c')
-rw-r--r--libc/sysdeps/linux/common/utimensat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/utimensat.c b/libc/sysdeps/linux/common/utimensat.c
index 3c5af8586..2cfb8247d 100644
--- a/libc/sysdeps/linux/common/utimensat.c
+++ b/libc/sysdeps/linux/common/utimensat.c
@@ -11,6 +11,8 @@
#ifdef __NR_utimensat
_syscall4(int, utimensat, int, fd, const char *, path, const struct timespec *, times, int, flags)
+libc_hidden_def(utimensat)
#else
/* should add emulation with utimens() and /proc/self/fd/ ... */
#endif
+