mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
hurd: Fix typo
* htl/pt-cleanup.c: Define __pthread_get_cleanup_stack alias instead of __pthread_cleanup_stack.
This commit is contained in:
parent
a758c29399
commit
62108dbf61
@ -25,4 +25,4 @@ ___pthread_get_cleanup_stack (void)
|
|||||||
{
|
{
|
||||||
return &_pthread_self ()->cancelation_handlers;
|
return &_pthread_self ()->cancelation_handlers;
|
||||||
}
|
}
|
||||||
strong_alias (___pthread_get_cleanup_stack, __pthread_cleanup_stack)
|
strong_alias (___pthread_get_cleanup_stack, __pthread_get_cleanup_stack)
|
||||||
|
Loading…
Reference in New Issue
Block a user