diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-03-15 22:43:49 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-03-15 22:43:49 +0000 |
| commit | 216db4ad00d3cf2ffb7b4ce99cda64b6405e8273 (patch) | |
| tree | d3e49d64bf465f64140b99d6787a27852c7fa337 /sys | |
| parent | 798f0e16035844f5a46fdf328e40695a9477eb6a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/linux/syscalls.master | 2 | ||||
| -rw-r--r-- | sys/alpha/osf1/syscalls.master | 2 | ||||
| -rw-r--r-- | sys/i386/linux/syscalls.master | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 52f0ec889337..594363f8a3e0 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -43,7 +43,7 @@ 4 MNOPROTO { int write(int fd, char *buf, u_int nbyte); } 5 UNIMPL 6 MNOPROTO { int close(int fd); } -7 STD { int osf1_wait4(int pid, int *status, int options, \ +7 MSTD { int osf1_wait4(int pid, int *status, int options, \ struct osf1_rusage *rusage); } 8 UNIMPL 9 STD { int linux_link(char *path, char *to); } diff --git a/sys/alpha/osf1/syscalls.master b/sys/alpha/osf1/syscalls.master index e0aa73fa8cae..f9e38e29d3c6 100644 --- a/sys/alpha/osf1/syscalls.master +++ b/sys/alpha/osf1/syscalls.master @@ -37,7 +37,7 @@ 4 MNOPROTO { ssize_t write(int fd, char *buf, ssize_t nbyte); } 5 UNIMPL old open 6 MNOPROTO { int close(int fd); } -7 STD { int osf1_wait4(int pid, int *status, int options, \ +7 MSTD { int osf1_wait4(int pid, int *status, int options, \ struct osf1_rusage *rusage); } 8 UNIMPL old creat 9 NOPROTO { int link(char *path, char *link); } diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 42377ae97d38..4e2d338719ca 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -37,7 +37,7 @@ 4 MNOPROTO { int write(int fd, char *buf, u_int nbyte); } 5 STD { int linux_open(char *path, l_int flags, l_int mode); } 6 MNOPROTO { int close(int fd); } -7 STD { int linux_waitpid(l_pid_t pid, l_int *status, l_int options); } +7 MSTD { int linux_waitpid(l_pid_t pid, l_int *status, l_int options); } 8 STD { int linux_creat(char *path, l_int mode); } 9 STD { int linux_link(char *path, char *to); } 10 STD { int linux_unlink(char *path); } @@ -59,7 +59,7 @@ 23 MSTD { int linux_setuid16(l_uid16_t uid); } 24 MSTD { int linux_getuid16(void); } 25 STD { int linux_stime(void); } -26 STD { int linux_ptrace(l_long req, l_long pid, l_long addr, \ +26 MSTD { int linux_ptrace(l_long req, l_long pid, l_long addr, \ l_long data); } 27 STD { int linux_alarm(l_uint secs); } 28 STD { int linux_fstat(l_uint fd, struct ostat *up); } @@ -156,7 +156,7 @@ 111 STD { int linux_vhangup(void); } 112 UNIMPL idle 113 STD { int linux_vm86old(void); } -114 STD { int linux_wait4(l_pid_t pid, l_uint *status, \ +114 MSTD { int linux_wait4(l_pid_t pid, l_uint *status, \ l_int options, struct l_rusage *rusage); } 115 STD { int linux_swapoff(void); } 116 STD { int linux_sysinfo(struct l_sysinfo *info); } |
