]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__thread_selfid.s
xnu-4903.270.47.tar.gz
[apple/xnu.git] / libsyscall / custom / __thread_selfid.s
index d84a5305f1d5c9fb1b909b2a5317996d554fa6e1..86c17638aaf8070ca86b1d991a1ad8070d1fce6f 100644 (file)
@@ -36,4 +36,12 @@ __SYSCALL(___thread_selfid, thread_selfid, 0)
 
 __SYSCALL_INT(___thread_selfid, thread_selfid, 0)
 
+#elif defined(__arm__)
+
+__SYSCALL(___thread_selfid, thread_selfid, 0)
+
+#elif defined(__arm64__)
+
+__SYSCALL(___thread_selfid, thread_selfid, 0)
+
 #endif