1 /* 2 * System call numbers. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ 6 */ 7 8 #define IBCS2_ISC_ibcs2_rename 2 9 #define IBCS2_ISC_ibcs2_sigaction 3 10 #define IBCS2_ISC_ibcs2_sigprocmask 4 11 #define IBCS2_ISC_ibcs2_sigpending 5 12 #define IBCS2_ISC_getgroups 6 13 #define IBCS2_ISC_setgroups 7 14 #define IBCS2_ISC_ibcs2_pathconf 8 15 #define IBCS2_ISC_ibcs2_fpathconf 9 16 #define IBCS2_ISC_ibcs2_wait 11 17 #define IBCS2_ISC_setsid 12 18 #define IBCS2_ISC_getpid 13 19 #define IBCS2_ISC_ibcs2_sysconf 16 20 #define IBCS2_ISC_ibcs2_sigsuspend 17 21 #define IBCS2_ISC_ibcs2_symlink 18 22 #define IBCS2_ISC_ibcs2_readlink 19 23 #define IBCS2_ISC_MAXSYSCALL 21 24