X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fi386%2Fcancellation2.s;h=beeffb91541da9c0a9b3e7f221235113cbaf4e3a;hp=4e4438b5bde36ec91c8da1f77b752c77e7e99045;hb=56385dd5feb4292183c48f62355e1ce4d796957e;hpb=c7d19f9923c66a2ddb47272f1e8fec8b804f54c4 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