diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-08-24 20:21:21 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-08-24 20:21:21 +0000 |
| commit | 2ca25ab53ec018a64ecbf89e780fe9ff4298811e (patch) | |
| tree | 2adb2b3e0072e186b55581dbf999abee2995639a /sys/alpha/linux | |
| parent | 1c01d05f9c5f0c93cdae460d2e071217deb008c7 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 27df4133be1c..250ede35efb7 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -133,7 +133,7 @@ 89 STD { int linux_getdtablesize(void); } 90 MNOPROTO { int dup2(u_int from, u_int to); } 91 STD { int linux_newfstat(l_uint fd, struct l_newstat *buf); } -92 STD { int linux_fcntl(l_uint fd, l_uint cmd, l_ulong arg); } +92 MSTD { int linux_fcntl(l_uint fd, l_uint cmd, l_ulong arg); } 93 STD { int osf1_select(u_int nd, fd_set *in, fd_set *ou, \ fd_set *ex, struct timeval *tv); } 94 NOPROTO { int poll(struct pollfd*, unsigned int nfds, long timeout); } |
