pt-machdep \
pt-spin \
pt-sigstate-init \
- pt-sigstate \
pt-kill \
pt-getcpuclockid \
pt-setschedprio \
pt-pthread_self \
pt-self pt-equal \
pt-setschedparam \
+ pt-sigstate \
pt-sigstate-destroy \
# routines
shared-only-routines = forward
__pthread_attr_setstack;
__pthread_condattr_init;
__pthread_default_condattr;
+ __pthread_sigstate;
__pthread_sigstate_destroy;
}
}
const sigset_t *__restrict set,
sigset_t *__restrict oset,
int clear_pending);
+libc_hidden_proto (__pthread_sigstate)
/* If supported, check that MUTEX is locked by the caller. */
extern int __pthread_mutex_checklocked (pthread_mutex_t *mtx);
return err;
}
+libc_hidden_def (__pthread_sigstate)