[git commit nptl] futimens: add missing local prototype
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Sun Jan 24 05:32:10 UTC 2010
commit: http://git.uclibc.org/uClibc/commit/?id=d0a8b14169c6f01dadd07f6b4e14cc335a62f234
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/sysdeps/linux/common/futimens.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libc/sysdeps/linux/common/futimens.c b/libc/sysdeps/linux/common/futimens.c
index 32b2139..0eaf26a 100644
--- a/libc/sysdeps/linux/common/futimens.c
+++ b/libc/sysdeps/linux/common/futimens.c
@@ -21,6 +21,7 @@ extern int utimensat (int __fd, __const char *__path,
int __flags) __THROW;
libc_hidden_proto(utimensat)
+int futimens (int __fd, __const struct timespec __times[2]) __THROW;
int futimens (int fd, __const struct timespec ts[2])
{
return utimensat(fd, 0, ts, 0);
--
1.6.3.3
More information about the uClibc-cvs
mailing list