Add pthread_atfork() implementation to libc_r. libthread_xu has it already,
authorHasso Tepper <hasso@dragonflybsd.org>
Sun, 25 May 2008 21:34:49 +0000 (21:34 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Sun, 25 May 2008 21:34:49 +0000 (21:34 +0000)
commit808851ae6706df827175585557af755127ca3553
tree81d6614e5b96d0b5352001ebbf1e1c167138e249
parent29adef62e22c9518207f65c746b9ff6656cbb436
Add pthread_atfork() implementation to libc_r. libthread_xu has it already,
but it was unusable due to missing code in libc_r.

Obtained-from: FreeBSD
lib/libc/gen/pthread_fake.c
lib/libc_r/uthread/Makefile.inc
lib/libc_r/uthread/pthread_private.h
lib/libc_r/uthread/uthread_atfork.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fork.c
lib/libc_r/uthread/uthread_init.c