pt-machdep \
pt-spin \
pt-sigstate-init \
- pt-sigstate-destroy \
pt-sigstate \
pt-kill \
pt-getcpuclockid \
pt-pthread_self \
pt-self pt-equal \
pt-setschedparam \
+ pt-sigstate-destroy \
# routines
shared-only-routines = forward
__pthread_attr_setstack;
__pthread_condattr_init;
__pthread_default_condattr;
+ __pthread_sigstate_destroy;
}
}
/* Destroy the signal state data structures associated with thread
*THREAD. */
extern void __pthread_sigstate_destroy (struct __pthread *thread);
+libc_hidden_proto (__pthread_sigstate_destroy)
/* Modify thread *THREAD's signal state. */
extern error_t __pthread_sigstate (struct __pthread *__restrict thread, int how,
{
_hurd_sigstate_delete (thread->kernel_thread);
}
+libc_hidden_def (__pthread_sigstate_destroy)