Skip to content

Commit

Permalink
Won't compile on windows otherwise.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed Apr 15, 2011
1 parent 69073ef commit 0d792f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/mod_slotmem/sharedmem_util.c
Expand Up @@ -331,7 +331,7 @@ static apr_status_t ap_slotmem_create(ap_slotmem_t **new, const char *name, apr_
rv = apr_shm_remove(fname, globalpool);
rv = apr_shm_create(&res->shm, nbytes, fname, globalpool);
if (rv == APR_EEXIST) {
sleep(1);
apr_sleep(apr_time_from_sec(1));
}
try++;
}
Expand Down

0 comments on commit 0d792f4

Please sign in to comment.