pt-spin-inlines \
pt-hurd-cond-wait \
pt-hurd-cond-timedwait \
- pt-startup \
pt-sysdep \
pt-spin \
pt-getname-np \
pt-sigstate-destroy \
pt-sigstate-init \
pt-stack-alloc \
+ pt-startup \
pt-testcancel \
pt-thread-alloc \
pt-thread-start \
__pthread_sigstate_destroy;
__pthread_sigmask;
__pthread_stack_alloc;
+ __pthread_startup;
__pthread_testcancel;
__pthread_timedblock;
__pthread_timedblock_intr;
/* Called by a thread just before it calls the provided start
routine. */
extern void __pthread_startup (void);
+libc_hidden_proto (__pthread_startup)
/* Block THREAD. */
extern void __pthread_block (struct __pthread *thread);
__pthread_startup (void)
{
}
+libc_hidden_def (__pthread_startup)