hurd: Fix typo

* htl/pt-cleanup.c: Define __pthread_get_cleanup_stack alias instead of
__pthread_cleanup_stack.
This commit is contained in:
Samuel Thibault 2018-04-03 02:29:50 +02:00
parent a758c29399
commit 62108dbf61

View File

@ -25,4 +25,4 @@ ___pthread_get_cleanup_stack (void)
{
return &_pthread_self ()->cancelation_handlers;
}
strong_alias (___pthread_get_cleanup_stack, __pthread_cleanup_stack)
strong_alias (___pthread_get_cleanup_stack, __pthread_get_cleanup_stack)