View | Details | Raw Unified | Return to bug 20677
Collapse All | Expand All

(-)poll.h (-1 / +1 lines)
Lines 100-106 Link Here
100
 * XXX poll() has "unsigned long" nfds on SVR4, not unsigned as on the
100
 * XXX poll() has "unsigned long" nfds on SVR4, not unsigned as on the
101
 * other BSDs.
101
 * other BSDs.
102
 */
102
 */
103
int	poll __P((struct pollfd *_pfd, unsigned _nfds, int _timeout));
103
int	poll __P((struct pollfd *_pfd, unsigned int _nfds, int _timeout));
104
__END_DECLS
104
__END_DECLS
105
105
106
#endif /* !_KERNEL */
106
#endif /* !_KERNEL */

Return to bug 20677