Skip to content

Commit cef7285

Browse files
author
Felipe Zimmerle
committed
test: Avoids conflict of fuctions definition
1 parent cc982ae commit cef7285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/msc_test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ apr_status_t unixd_set_global_mutex_perms(apr_global_mutex_t *gmutex) {
191191
return APR_SUCCESS;
192192
}
193193

194-
apr_status_t unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex) {
194+
#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) {
195196
return APR_SUCCESS;
196197
}
197198

0 commit comments

Comments
 (0)