Subject: Re: Linux poll
To: None <abs@netbsd.org, tech-kern@netbsd.org>
From: Frank van der Linden <frank@wins.uva.nl>
List: tech-kern
Date: 03/30/1999 14:18:09
On Mon, Mar 29, 1999 at 06:22:49PM -0800, David Brownlee wrote:
> Module Name:	src
> Committed By:	abs
> Date:		Tue Mar 30 02:22:49 UTC 1999
> 
> Modified Files:
> 	src/sys/compat/linux/arch/i386: syscalls.master
> Log Message:
> Since NetBSD has poll(), use it.
> Linux oracle install now gets far enough that I want our DBA around to
> see if we can finish the job.

If you're going to do this, you should add a system call stub, because
there are a few poll flags that are different between NetBSD and Linux.
I.e. POLLRD*, POLLWR*

- Frank