This commit is contained in:
christos 2005-12-03 17:07:12 +00:00
parent 3b5b073fd2
commit c3ed95a039
2 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscall.h,v 1.163 2005/11/29 23:01:19 yamt Exp $ */
/* $NetBSD: syscall.h,v 1.164 2005/12/03 17:07:12 christos Exp $ */
/*
* System call numbers.
@ -7,6 +7,9 @@
* created from NetBSD: syscalls.master,v 1.150 2005/11/29 22:52:02 yamt Exp
*/
#ifndef _SYS_SYSCALL_H_
#define _SYS_SYSCALL_H_
/* syscall: "syscall" ret: "int" args: "int" "..." */
#define SYS_syscall 0
@ -1078,3 +1081,4 @@
#define SYS_MAXSYSCALL 392
#define SYS_NSYSENT 512
#endif /* _SYS_SYSCALL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscallargs.h,v 1.145 2005/11/29 23:01:19 yamt Exp $ */
/* $NetBSD: syscallargs.h,v 1.146 2005/12/03 17:07:12 christos Exp $ */
/*
* System call argument lists.
@ -7,8 +7,8 @@
* created from NetBSD: syscalls.master,v 1.150 2005/11/29 22:52:02 yamt Exp
*/
#ifndef _SYS__SYSCALLARGS_H_
#define _SYS__SYSCALLARGS_H_
#ifndef _SYS_SYSCALLARGS_H_
#define _SYS_SYSCALLARGS_H_
#ifdef syscallarg
#undef syscallarg
@ -2391,4 +2391,4 @@ int sys___getdents30(struct lwp *, void *, register_t *);
int sys_posix_fadvise(struct lwp *, void *, register_t *);
#endif /* _SYS__SYSCALLARGS_H_ */
#endif /* _SYS_SYSCALLARGS_H_ */