]> git.saurik.com Git - apple/libc.git/blobdiff - threads.subproj/i386.subproj/thread.c
Libc-186.tar.gz
[apple/libc.git] / threads.subproj / i386.subproj / thread.c
index ee31e521a8e4bd88bcab72089cc9cd6a8931337c..64595c3e606b73825aa9604fd4289edf0342e0de 100644 (file)
@@ -48,7 +48,7 @@ _pthread_set_self(p)
 }
 
 void *
-_pthread_self()
+pthread_self()
 {
        asm("movl       $0, %eax");
        asm("lcall      $0x3b, $0");