Consistently use malloc_mutex_prefork().

Consistently use malloc_mutex_prefork() instead of malloc_mutex_lock()
in all prefork functions.
This commit is contained in:
Jason Evans
2013-10-21 14:59:10 -07:00
parent 6556e28be1
commit f1c3da8b02
3 changed files with 5 additions and 5 deletions

View File

@@ -929,7 +929,7 @@ void
ctl_prefork(void)
{
malloc_mutex_lock(&ctl_mtx);
malloc_mutex_prefork(&ctl_mtx);
}
void