move misplaced __fork_handler declaration
authorRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 14:10:14 +0000 (10:10 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:38 +0000 (14:34 -0400)
commit09e87db555045bf3bcef69c692df24d13b2856fe
tree533569f89514c0351d134b9d70e64752077c8ed1
parent63a4c9adf227a6f6a5f7f70f6dc3f8863f846927
move misplaced __fork_handler declaration

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.
src/internal/libc.h
src/internal/pthread_impl.h