]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/i386/ibcs2/ibcs2_isc_syscall.h
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / i386 / ibcs2 / ibcs2_isc_syscall.h
1 /*
2  * System call numbers.
3  *
4  * DO NOT EDIT-- this file is automatically generated.
5  * $FreeBSD$
6  * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.12 2006/07/28 19:05:27 jhb Exp 
7  */
8
9 #define IBCS2_ISC_ibcs2_rename  2
10 #define IBCS2_ISC_ibcs2_sigaction       3
11 #define IBCS2_ISC_ibcs2_sigprocmask     4
12 #define IBCS2_ISC_ibcs2_sigpending      5
13 #define IBCS2_ISC_getgroups     6
14 #define IBCS2_ISC_setgroups     7
15 #define IBCS2_ISC_ibcs2_pathconf        8
16 #define IBCS2_ISC_ibcs2_fpathconf       9
17 #define IBCS2_ISC_ibcs2_wait    11
18 #define IBCS2_ISC_setsid        12
19 #define IBCS2_ISC_getpid        13
20 #define IBCS2_ISC_ibcs2_sysconf 16
21 #define IBCS2_ISC_ibcs2_sigsuspend      17
22 #define IBCS2_ISC_ibcs2_symlink 18
23 #define IBCS2_ISC_ibcs2_readlink        19
24 #define IBCS2_ISC_MAXSYSCALL    21