X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fsyscall.h;h=dcfae003b123265b565a97e7344c05f33a1d07c5;hb=83c98aac4c43f9571e8f92a1c795afe02c237d4b;hp=88fc89c9a58005a99ef597308203203ee7bd4666;hpb=73c870ed3209b68b5c8c350534508cc9d95a6bcb;p=musl diff --git a/src/internal/syscall.h b/src/internal/syscall.h index 88fc89c9..dcfae003 100644 --- a/src/internal/syscall.h +++ b/src/internal/syscall.h @@ -10,7 +10,7 @@ typedef long syscall_arg_t; #endif #if defined(__PIC__) && (100*__GNUC__+__GNUC_MINOR__ >= 303) -__attribute__((visibility("protected"))) +__attribute__((visibility("hidden"))) #endif long __syscall_ret(unsigned long), __syscall(syscall_arg_t, ...), __syscall_cp(syscall_arg_t, syscall_arg_t, syscall_arg_t, syscall_arg_t,