diff options
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_misc.c')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_misc.c | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/sys/compat/ibcs2/ibcs2_misc.c b/sys/compat/ibcs2/ibcs2_misc.c index 0b7255b368c..f1b4185ba4a 100644 --- a/sys/compat/ibcs2/ibcs2_misc.c +++ b/sys/compat/ibcs2/ibcs2_misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ibcs2_misc.c,v 1.6 1996/08/02 20:20:27 niklas Exp $ */ /* $NetBSD: ibcs2_misc.c,v 1.15 1996/05/03 17:05:25 christos Exp $ */ /* @@ -1196,23 +1197,6 @@ ibcs2_sys_sysfs(p, v, retval) } int -ibcs2_sys_poll(p, v, retval) - struct proc *p; - void *v; - register_t *retval; -{ -#ifdef notyet - struct ibcs2_sys_poll_args /* { - syscallarg(struct ibcs2_pollfd *) fds; - syscallarg(long) nfds; - syscallarg(int) timeout; - } */ *uap = v; -#endif - - return EINVAL; /* XXX - TODO */ -} - -int xenix_sys_rdchk(p, v, retval) struct proc *p; void *v; |