]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/SYS.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / libsyscall / custom / SYS.h
index 46e3735d9fb5ae74449d0edb9e83c1ae9df125ca..2c66bbf4d0b0a3163e47442b466bee9b9131ab3f 100644 (file)
 
 #include <sys/syscall.h>
 
-/* Binary compatibility stubs for syscalls that no longer exist */
-
-#ifndef SYS_setquota
-#define SYS_setquota   148
-#endif
-#ifndef SYS_quota
-#define SYS_quota      149
-#endif
-
 #if defined(__i386__)
 
 #include <architecture/i386/asm_help.h>