Synchronize the poll() prototype with the one provided in the

poll(2) manual page.

PR:		20677
Submitted by:	"Ralf S. Engelschall" <rse@engelschall.com>
This commit is contained in:
Sheldon Hearn 2000-08-21 12:25:09 +00:00
parent 40b0b5bfa5
commit fcb2a26dfc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ __BEGIN_DECLS
* XXX poll() has "unsigned long" nfds on SVR4, not unsigned as on the
* other BSDs.
*/
int poll __P((struct pollfd *_pfd, unsigned _nfds, int _timeout));
int poll __P((struct pollfd *_pfd, unsigned int _nfds, int _timeout));
__END_DECLS
#endif /* !_KERNEL */