summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2012-10-11 11:10:50 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-20 13:45:12 +0100
commitf7bead5adac96d9cb72aa2fb3c11ca5ab8f5f6b9 (patch)
tree1b8ddadafa93a6546afa52d052f6fe467fc6b19c /include
parentbad1b218da611bfe521a12130077e70a9c484b7b (diff)
truncate: Use truncate64 if arch does not have the truncate syscall
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 8f2a09a62..540062a42 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1110,6 +1110,7 @@ extern int __REDIRECT_NTH (truncate,
# ifdef __USE_LARGEFILE64
extern int truncate64 (const char *__file, __off64_t __length)
__THROW __nonnull ((1)) __wur;
+libc_hidden_proto(truncate64)
# endif
#endif /* Use BSD || X/Open Unix. */