summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/i386/threads/asm_subr.s
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/i386/threads/asm_subr.s')
-rw-r--r--usr/src/lib/libc/i386/threads/asm_subr.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/i386/threads/asm_subr.s b/usr/src/lib/libc/i386/threads/asm_subr.s
index 232cb09893..622ea3f250 100644
--- a/usr/src/lib/libc/i386/threads/asm_subr.s
+++ b/usr/src/lib/libc/i386/threads/asm_subr.s
@@ -32,11 +32,11 @@
/ This is where execution resumes when a thread created with
/ thr_create() or pthread_create() returns (see setup_context()).
- / We pass the (void *) return value to _thr_terminate().
+ / We pass the (void *) return value to _thrp_terminate().
ENTRY(_lwp_start)
addl $4, %esp
pushl %eax
- call _thr_terminate
+ call _thrp_terminate
addl $4, %esp / actually, never returns
SET_SIZE(_lwp_start)