summaryrefslogtreecommitdiff
path: root/poll/os2/pollset.c
diff options
context:
space:
mode:
Diffstat (limited to 'poll/os2/pollset.c')
-rw-r--r--poll/os2/pollset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll/os2/pollset.c b/poll/os2/pollset.c
index 8c7a4b130..ba63a8cc3 100644
--- a/poll/os2/pollset.c
+++ b/poll/os2/pollset.c
@@ -308,7 +308,7 @@ APR_DECLARE(apr_status_t) apr_pollset_wakeup(apr_pollset_t *pollset)
-APR_DECLARE(const char *) apr_poll_method_defname()
+APR_DECLARE(const char *) apr_poll_method_defname(void)
{
return "select";
}