summaryrefslogtreecommitdiff
path: root/src/thread/__syscall_cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/__syscall_cp.c')
-rw-r--r--src/thread/__syscall_cp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread/__syscall_cp.c b/src/thread/__syscall_cp.c
index 09a2be84..afd82eff 100644
--- a/src/thread/__syscall_cp.c
+++ b/src/thread/__syscall_cp.c
@@ -1,8 +1,8 @@
#include "pthread_impl.h"
#include "syscall.h"
+#include "libc.h"
-__attribute__((__visibility__("hidden")))
-long __syscall_cp_c();
+hidden long __syscall_cp_c();
static long sccp(syscall_arg_t nr,
syscall_arg_t u, syscall_arg_t v, syscall_arg_t w,