diff options
Diffstat (limited to 'libpthread/nptl/unwind.c')
-rw-r--r-- | libpthread/nptl/unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/unwind.c b/libpthread/nptl/unwind.c index 9a35695cb..c7e01e764 100644 --- a/libpthread/nptl/unwind.c +++ b/libpthread/nptl/unwind.c @@ -115,6 +115,7 @@ unwind_cleanup (_Unwind_Reason_Code reason, struct _Unwind_Exception *exc) void +attribute_protected __cleanup_fct_attribute __attribute ((noreturn)) __pthread_unwind (__pthread_unwind_buf_t *buf) { |