Deleted Added
sdiff udiff text old ( 33040 ) new ( 34925 )
full compact
1 $Id: syscalls.master,v 1.47 1998/01/30 11:33:01 phk Exp $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of STD, OBSOL, UNIMPL, COMPAT

--- 446 unchanged lines hidden (view full) ---

456319 STD BSD { int aio_write(struct aiocb *aiocbp); }
457320 STD BSD { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
458321 STD BSD { int yield(void); }
459322 STD BSD { int thr_sleep(const struct timespec *timeout); }
460323 STD BSD { int thr_wakeup(pid_t pid); }
461324 STD BSD { int mlockall(int how); }
462325 STD BSD { int munlockall(void); }
463326 STD BSD { int __getcwd(u_char *buf, u_int buflen); }