We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc982ae commit cef7285Copy full SHA for cef7285
tests/msc_test.c
@@ -191,7 +191,8 @@ apr_status_t unixd_set_global_mutex_perms(apr_global_mutex_t *gmutex) {
191
return APR_SUCCESS;
192
}
193
194
-apr_status_t unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex) {
+#define unixd_set_proc_mutex_perms(a) my_unixd_set_proc_mutex_perms(a)
195
+apr_status_t my_unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex) {
196
197
198
0 commit comments