]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__thread_selfid.s
xnu-2422.115.4.tar.gz
[apple/xnu.git] / libsyscall / custom / __thread_selfid.s
index 5e70787cfb33fef949a00564b568af6d3f0834fd..2c4dd934c268b815ebfcec40b55d48f43e6fa7c8 100644 (file)
 
 #if defined(__x86_64__)
 
-__SYSCALL(__thread_selfid, thread_selfid, 1)
+__SYSCALL(___thread_selfid, thread_selfid, 1)
 
 #elif defined(__i386__)
 
-__SYSCALL_INT(__thread_selfid, thread_selfid, 1)
+__SYSCALL_INT(___thread_selfid, thread_selfid, 1)
 
 #endif