2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the Haiku License.
12 pthread_atfork(void (*prepare
)(void), void (*parent
)(void), void (*child
)(void))
14 return __register_atfork(prepare
, parent
, child
);