mirror of https://git.musl-libc.org/git/musl
Browse Source
pthread_atfork.c does not actually include pthread_impl.h and has no reason to, so it wasn't getting the declaration. move it to libc.h which is already included by both fork.c and pthread_atfork.c. this makes more sense anyway since the function has little to do with pthreads anyway aside from the name.master
2 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue