diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-08-24 18:25:22 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-08-24 18:25:22 -0700 |
| commit | f22eb5f0be9439fd3c161fff7333039d3203f6e4 (patch) | |
| tree | bab7ae6fecf9508911fe6ab613ffdff92432d1eb | |
| parent | 4044a20ec1c30bd66576e6687d3405f1b423588e (diff) | |
| download | nng-f22eb5f0be9439fd3c161fff7333039d3203f6e4.tar.gz nng-f22eb5f0be9439fd3c161fff7333039d3203f6e4.tar.bz2 nng-f22eb5f0be9439fd3c161fff7333039d3203f6e4.zip | |
Fix build error on omnios.
| -rw-r--r-- | src/platform/posix/posix_pollq_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/posix/posix_pollq_port.c b/src/platform/posix/posix_pollq_port.c index 58691613..2abb9491 100644 --- a/src/platform/posix/posix_pollq_port.c +++ b/src/platform/posix/posix_pollq_port.c @@ -39,7 +39,7 @@ static nni_posix_pollq *nni_port_pqs; static int nni_port_npq; void -nni_posix_pfd_init(nni_posix_pfd *pfdp, int fd, nni_posix_pfd_cb cb, void *arg) +nni_posix_pfd_init(nni_posix_pfd *pfd, int fd, nni_posix_pfd_cb cb, void *arg) { nni_posix_pollq *pq; |
