1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
This commit is contained in:
Ulrich Drepper
2003-04-12 08:38:14 +00:00
parent 09d65ff393
commit 68107ec092
5 changed files with 132 additions and 33 deletions

View File

@ -385,12 +385,12 @@ extern void pthread_testcancel (void) __THROW;
typedef struct
{
void *__pad[16];
struct
{
__jmp_buf __cancel_jmp_buf;
int __mask_was_saved;
} __cancel_jmp_buf[1];
void *__pad[4];
} __pthread_unwind_buf_t __attribute__ ((__aligned__));
/* No special attributes by default. */