diff options
Diffstat (limited to 'lib/libpthread/thread/thr_vfork.c')
-rw-r--r-- | lib/libpthread/thread/thr_vfork.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_vfork.c b/lib/libpthread/thread/thr_vfork.c index dbefc65..428c129 100644 --- a/lib/libpthread/thread/thr_vfork.c +++ b/lib/libpthread/thread/thr_vfork.c @@ -3,6 +3,11 @@ */ #include <unistd.h> +#include "thr_private.h" + +LT10_COMPAT_PRIVATE(_vfork); +LT10_COMPAT_DEFAULT(vfork); + __weak_reference(_vfork, vfork); int |