mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2003-06-11 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (queue_stack): Always inline. * ptreadhP.h (__do_cancel): Likewise.
This commit is contained in:
@@ -116,7 +116,7 @@ extern void __pthread_unwind (__pthread_unwind_buf_t *__buf)
|
||||
|
||||
/* Called when a thread reacts on a cancellation request. */
|
||||
static inline void
|
||||
__attribute ((noreturn))
|
||||
__attribute ((noreturn, always_inline))
|
||||
__do_cancel (void)
|
||||
{
|
||||
struct pthread *self = THREAD_SELF;
|
||||
|
||||
Reference in New Issue
Block a user