summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-04-27 07:14:36 +0000
committerStefan Eissing <icing@apache.org>2023-04-27 07:14:36 +0000
commit4fc2fd7dd5603f02096750c33cd152ae2cd64e1e (patch)
treef81765f183aeb9eeab90e215f36b135e532de33c /os
parent1e801bec039c97336f99b470091b637b46f0bb2d (diff)
downloadhttpd-4fc2fd7dd5603f02096750c33cd152ae2cd64e1e.tar.gz
Make sources build with latest clang version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/unix/unixd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/unix/unixd.c b/os/unix/unixd.c
index eed76f683b..5de0520997 100644
--- a/os/unix/unixd.c
+++ b/os/unix/unixd.c
@@ -452,7 +452,7 @@ static apr_status_t retained_data_cleanup(void *unused)
return APR_SUCCESS;
}
-AP_DECLARE(ap_unixd_mpm_retained_data *) ap_unixd_mpm_get_retained_data()
+AP_DECLARE(ap_unixd_mpm_retained_data *) ap_unixd_mpm_get_retained_data(void)
{
if (!retained_data) {
retained_data = ap_retained_data_create("ap_unixd_mpm_retained_data",