From 82fc713658c82cbbc577e6f8fa6cec67b911ba6e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 Oct 2012 14:45:14 +0100 Subject: link: Use linkat if arch does not have the link 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 137b0db0a..90d345972 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -887,6 +887,7 @@ extern int link (const char *__from, const char *__to) extern int linkat (int __fromfd, const char *__from, int __tofd, const char *__to, int __flags) __THROW __nonnull ((2, 4)) __wur; +libc_hidden_proto(linkat) #endif #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K -- cgit v1.2.3