/* The following syscall numbers are found in h/syscall.h form
   Ultrix 4.2 and are missing in Mach syscall.h. I did not look
   for syscalls with the same numbers but different arguments */

/* Both systems have SYS_mount 21 and SYS_umount 22, but
   Mach also uses SYS_unmount 162 and SYS_vfsmount 170
   which are the nfs capable mounts */

#define	SYS_brk			17			/* 17 is old: sbreak */
#define SYS_vfork		66			/* 66 is old: vfork */
#define SYS_vadvise		72			/* 72 is old: vadvise */
#define	SYS_wait3		84	/* same as SYS_wait */
#define SYS_sigcleanup  139     /* From 4.2 longjmp; same as SYS_sigreturn */

/*
 * mips local system calls
 */

#define SYS_cacheflush  152
#define SYS_cachectl    153
#define SYS_atomic_op   155
#define SYS_nfs_biod		163   /* we support async_daemon instead */

#define SYS_msgctl		172
#define SYS_msgget		173
#define SYS_msgrcv		174
#define SYS_msgsnd		175
#define SYS_semctl		176
#define SYS_semget		177
#define SYS_semop		178
#define SYS_uname		179
#define SYS_shmsys		180
#define SYS_plock		181
#define SYS_lockf		182
#define SYS_ustat		183
#define SYS_getmnt		184
#define	SYS_sigpending		187
#define	SYS_setsid		188
#define	SYS_waitpid		189

#define	SYS_utc_gettime		233	 /* 233 -- same as OSF/1 */
#define SYS_utc_adjtime		234	 /* 234 -- same as OSF/1 */
#define SYS_audcntl		252
#define SYS_audgen		253
#define SYS_startcpu		254	 /* 254 -- Ultrix Private */
#define SYS_stopcpu		255	 /* 255 -- Ultrix Private */
#define SYS_getsysinfo		256	 /* 256 -- Ultrix Private */
#define SYS_setsysinfo		257	 /* 257 -- Ultrix Private */
