pthread_at_fork: bogus implementation
Because we do not support fork, there is no need to do anything upon fork (and if it changes in the future, we should revisit this) So we can get away with this simple implementation that just returns 0. Signed-off-by:Glauber Costa <glommer@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Please register or sign in to comment