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