Deleted Added
full compact
syscalls.master (29348) syscalls.master (29391)
1 $Id: syscalls.master,v 1.41 1997/08/19 05:53:48 peter Exp $
1 $Id: syscalls.master,v 1.42 1997/09/14 02:22:05 peter 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

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

471318 STD BSD { int aio_read(struct aiocb *aiocbp); }
472319 STD BSD { int aio_write(struct aiocb *aiocbp); }
473320 STD BSD { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
474321 STD BSD { int yield(void); }
475322 STD BSD { int thr_sleep(const struct timespec *timeout); }
476323 STD BSD { int thr_wakeup(pid_t pid); }
477324 STD BSD { int mlockall(int how); }
478325 STD BSD { int munlockall(void); }
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

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

471318 STD BSD { int aio_read(struct aiocb *aiocbp); }
472319 STD BSD { int aio_write(struct aiocb *aiocbp); }
473320 STD BSD { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
474321 STD BSD { int yield(void); }
475322 STD BSD { int thr_sleep(const struct timespec *timeout); }
476323 STD BSD { int thr_wakeup(pid_t pid); }
477324 STD BSD { int mlockall(int how); }
478325 STD BSD { int munlockall(void); }
479326 STD BSD { int __getcwd(u_char *buf, u_int buflen); }