summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_setinheritsched.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_attr_setinheritsched.c')
-rw-r--r--src/thread/pthread_attr_setinheritsched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread/pthread_attr_setinheritsched.c b/src/thread/pthread_attr_setinheritsched.c
index e540e846..605af973 100644
--- a/src/thread/pthread_attr_setinheritsched.c
+++ b/src/thread/pthread_attr_setinheritsched.c
@@ -1,8 +1,8 @@
#include "pthread_impl.h"
#include "syscall.h"
+#include "libc.h"
-__attribute__((__visibility__("hidden")))
-void *__start_sched(void *p)
+hidden void *__start_sched(void *p)
{
struct start_sched_args *ssa = p;
void *start_arg = ssa->start_arg;