Skip to content
Commit 28177d46 authored by Jason Evans's avatar Jason Evans
Browse files

Remove bad assertions in malloc_{pre,post}fork().

Remove assertions that malloc_{pre,post}fork() are only called if
threading is enabled.  This was true of these functions in the context
of FreeBSD's libc, but now the functions are called unconditionally as a
result of registering them with pthread_atfork().
parent 79d660d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment