diff options
author | Stefan Eissing <icing@apache.org> | 2023-04-27 09:14:36 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-04-27 09:14:36 +0200 |
commit | 4fc2fd7dd5603f02096750c33cd152ae2cd64e1e (patch) | |
tree | f81765f183aeb9eeab90e215f36b135e532de33c /os | |
parent | mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers". (diff) | |
download | apache2-4fc2fd7dd5603f02096750c33cd152ae2cd64e1e.tar.xz apache2-4fc2fd7dd5603f02096750c33cd152ae2cd64e1e.zip |
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.c | 2 |
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", |