X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2F__syscall_cp.c;h=af666f06824545fc97691865b1cba76c8b3781db;hb=6aeb9c6703670649ee09b3c8575fb428168bb75c;hp=09a2be84f58395f9d31531fa161d52f44c0f275b;hpb=8a8fdf6398b85c99dffb237e47fa577e2ddc9e77;p=musl diff --git a/src/thread/__syscall_cp.c b/src/thread/__syscall_cp.c index 09a2be84..af666f06 100644 --- a/src/thread/__syscall_cp.c +++ b/src/thread/__syscall_cp.c @@ -1,8 +1,7 @@ #include "pthread_impl.h" #include "syscall.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,