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