diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 01:06:13 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 01:06:13 +0200 |
commit | 8a42f9a3ff374eab8dec61b1d4eb8567a2a91ade (patch) | |
tree | ef4b3d43559f4f6455f70ef04fc853a05d3ff823 /libpthread/sysdeps/generic/bits/cancelation.h | |
parent | 68567b88ee8f9e395e0c1f0a565affe8a1d4d68b (diff) | |
parent | 90dd2d73435a8e1bbcccf5ed99a91b2c438557f4 (diff) |
Merge branch 'libpthread' into libpthread-moved
Diffstat (limited to 'libpthread/sysdeps/generic/bits/cancelation.h')
-rw-r--r-- | libpthread/sysdeps/generic/bits/cancelation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/sysdeps/generic/bits/cancelation.h b/libpthread/sysdeps/generic/bits/cancelation.h index f446d595..db9169a9 100644 --- a/libpthread/sysdeps/generic/bits/cancelation.h +++ b/libpthread/sysdeps/generic/bits/cancelation.h @@ -38,9 +38,9 @@ struct __pthread_cancelation_handler **__pthread_get_cleanup_stack (void); = __pthread_get_cleanup_stack (); \ struct __pthread_cancelation_handler __handler = \ { \ - handler: (rt), \ - arg: (rtarg), \ - next: *__handlers \ + (rt), \ + (rtarg), \ + *__handlers \ }; \ *__handlers = &__handler; |