freebsd-skq/sys/i386/ibcs2/ibcs2_isc_syscall.h
peter 16a1523226 Regen. (This should have been a NOP except it hasn't been regenerated
after makesyscalls.sh changes and the last few syscall.master changes, and
there have been some tree-sweeps that have touched generated files).
2003-12-24 00:15:20 +00:00

25 lines
736 B
C

/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.6 2003/12/24 00:14:08 peter Exp
*/
#define IBCS2_ISC_ibcs2_rename 2
#define IBCS2_ISC_ibcs2_sigaction 3
#define IBCS2_ISC_ibcs2_sigprocmask 4
#define IBCS2_ISC_ibcs2_sigpending 5
#define IBCS2_ISC_getgroups 6
#define IBCS2_ISC_setgroups 7
#define IBCS2_ISC_ibcs2_pathconf 8
#define IBCS2_ISC_ibcs2_fpathconf 9
#define IBCS2_ISC_ibcs2_wait 11
#define IBCS2_ISC_setsid 12
#define IBCS2_ISC_getpid 13
#define IBCS2_ISC_ibcs2_sysconf 16
#define IBCS2_ISC_ibcs2_sigsuspend 17
#define IBCS2_ISC_ibcs2_symlink 18
#define IBCS2_ISC_ibcs2_readlink 19
#define IBCS2_ISC_MAXSYSCALL 21