X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fi386%2Fcancellation2.s;h=beeffb91541da9c0a9b3e7f221235113cbaf4e3a;hp=4e4438b5bde36ec91c8da1f77b752c77e7e99045;hb=730bee725a770b543181424b52203dd1634ab5d1;hpb=fc0ecd35d8e0041c81bbe08c10c7fcb946da85e0 diff --git a/src/thread/i386/cancellation2.s b/src/thread/i386/cancellation2.s index 4e4438b5..beeffb91 100644 --- a/src/thread/i386/cancellation2.s +++ b/src/thread/i386/cancellation2.s @@ -14,3 +14,11 @@ __pthread_unregister_cancel: call __pthread_unregister_cancel_3 popl %eax ret + +.global __pthread_unwind_next +.type __pthread_unwind_next,@function +__pthread_unwind_next: + pushl %eax + call __pthread_unwind_next_3 + popl %eax + ret