pt-hurd-cond-timedwait \
pt-startup \
pt-sysdep \
- pt-setup \
pt-spin \
pt-getname-np \
pt-setname-np \
pt-setschedparam \
pt-setschedprio \
pt-setspecific \
+ pt-setup \
pt-sigmask \
pt-sigstate \
pt-sigstate-destroy \
__pthread_mutexattr_settype;
__pthread_once;
__pthread_setspecific;
+ __pthread_setup;
__pthread_sigstate_init;
__pthread_sigstate;
__pthread_sigstate_destroy;
void *),
void *(*start_routine) (void *),
void *__restrict arg);
-
+libc_hidden_proto (__pthread_setup)
/* Allocate a kernel thread (and any miscellaneous system dependent
resources) for THREAD; it must not be placed on the run queue. */
return 0;
}
+libc_hidden_def (__pthread_setup)
return 0;
}
+libc_hidden_def (__pthread_setup)