diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-10-27 07:32:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-10-27 07:32:56 +0000 |
commit | 2239b4a820530792c505f69f9e902a3136cf7151 (patch) | |
tree | 9eb512fa3f2ad4ba5af8386462a989619277e7f8 /sys/compat/freebsd/syscalls.master | |
parent | 70810a6ae43e889ff107e5104ff91c54f417154f (diff) |
Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes.
Diffstat (limited to 'sys/compat/freebsd/syscalls.master')
-rw-r--r-- | sys/compat/freebsd/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master index 5c25a57e31c..456cd49fc88 100644 --- a/sys/compat/freebsd/syscalls.master +++ b/sys/compat/freebsd/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:46 deraadt Exp $ + $OpenBSD: syscalls.master,v 1.12 1999/10/27 07:32:55 niklas Exp $ ; $NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -176,7 +176,7 @@ ogetdtablesize 90 NOARGS { int sys_dup2(u_int from, u_int to); } 91 UNIMPL getdopt -92 NOARGS { int sys_fcntl(int fd, int cmd, void *arg); } +92 STD { int freebsd_sys_fcntl(int fd, int cmd, void *arg); } 93 NOARGS { int sys_select(u_int nd, fd_set *in, fd_set *ou, \ fd_set *ex, struct timeval *tv); } 94 UNIMPL setdopt |