summaryrefslogtreecommitdiffstats
path: root/sys/sys/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/poll.h')
-rw-r--r--sys/sys/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/poll.h b/sys/sys/poll.h
index b45aefb..7039ed9 100644
--- a/sys/sys/poll.h
+++ b/sys/sys/poll.h
@@ -103,7 +103,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 int _nfds, int _timeout));
+int poll(struct pollfd *_pfd, unsigned int _nfds, int _timeout);
__END_DECLS
#endif /* !_KERNEL */
OpenPOWER on IntegriCloud