diff options
Diffstat (limited to 'src/thread/i386/cancellation3.s')
-rw-r--r-- | src/thread/i386/cancellation3.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/i386/cancellation3.s b/src/thread/i386/cancellation3.s index 6096b8ce..88340224 100644 --- a/src/thread/i386/cancellation3.s +++ b/src/thread/i386/cancellation3.s @@ -1,5 +1,6 @@ .text .global __pthread_unwind_next +.type __pthread_unwind_next,@function __pthread_unwind_next: pushl %eax call __pthread_unwind_next_3 |