From f7bead5adac96d9cb72aa2fb3c11ca5ab8f5f6b9 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 11 Oct 2012 11:10:50 +0100 Subject: truncate: Use truncate64 if arch does not have the truncate syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. */ -- cgit v1.2.3