aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compat/nanomsg/nn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compat/nanomsg/nn.c b/src/compat/nanomsg/nn.c
index 22990996..b6af8233 100644
--- a/src/compat/nanomsg/nn.c
+++ b/src/compat/nanomsg/nn.c
@@ -1300,8 +1300,8 @@ nn_poll(struct nn_pollfd *fds, int nfds, int timeout)
return (rv);
#else // NNG_PLATFORM_WINDOWS or NNG_PLATFORM_POSIX
- NNI_ARG_UNUSED(pfds);
- NNI_ARG_UNUSED(npfd);
+ NNI_ARG_UNUSED(fds);
+ NNI_ARG_UNUSED(nfds);
NNI_ARG_UNUSED(timeout);
errno = ENOTSUP;
return (-1);