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/alpha | |
| parent | 798f0e16035844f5a46fdf328e40695a9477eb6a (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/linux/syscalls.master | 2 | ||||
| -rw-r--r-- | sys/alpha/osf1/syscalls.master | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 52f0ec8893376..594363f8a3e0e 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 e0aa73fa8cae9..f9e38e29d3c67 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); } |
