]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__thread_selfusage.s
xnu-4570.41.2.tar.gz
[apple/xnu.git] / libsyscall / custom / __thread_selfusage.s
index 064c5bad957a5c2784c1c1d5f7afc3abcee29446..ec83854e4c313b9d0c9870c7583b14de92f29429 100644 (file)
@@ -36,4 +36,12 @@ __SYSCALL(___thread_selfusage, thread_selfusage, 0)
 
 __SYSCALL_INT(___thread_selfusage, thread_selfusage, 0)
 
+#elif defined(__arm__)
+
+__SYSCALL(___thread_selfusage, thread_selfusage, 0)
+
+#elif defined(__arm64__)
+
+__SYSCALL(___thread_selfusage, thread_selfusage, 0)
+
 #endif