summaryrefslogtreecommitdiff
path: root/pr/src/md/unix/uxwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/unix/uxwrap.c')
-rw-r--r--pr/src/md/unix/uxwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/unix/uxwrap.c b/pr/src/md/unix/uxwrap.c
index 8f69de86..ef226a6b 100644
--- a/pr/src/md/unix/uxwrap.c
+++ b/pr/src/md/unix/uxwrap.c
@@ -345,7 +345,7 @@ int poll(struct pollfd filedes[], int nfds, int timeout)
#elif defined(NETBSD)
int poll(struct pollfd *filedes, nfds_t nfds, int timeout)
#elif defined(OPENBSD)
-int poll(struct pollfd *filedes, int nfds, int timeout)
+int poll(struct pollfd filedes[], nfds_t nfds, int timeout)
#elif defined(FREEBSD)
int poll(struct pollfd *filedes, unsigned nfds, int timeout)
#else