diff options
Diffstat (limited to 'lib/librthread/rthread_fork.c')
-rw-r--r-- | lib/librthread/rthread_fork.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/librthread/rthread_fork.c b/lib/librthread/rthread_fork.c index e6d632f90bf..3f7a5faa32c 100644 --- a/lib/librthread/rthread_fork.c +++ b/lib/librthread/rthread_fork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_fork.c,v 1.15 2016/01/27 08:40:05 kettenis Exp $ */ +/* $OpenBSD: rthread_fork.c,v 1.16 2016/04/02 19:00:51 guenther Exp $ */ /* * Copyright (c) 2008 Kurt Miller <kurt@openbsd.org> @@ -45,6 +45,8 @@ #include "rthread.h" +REDIRECT_SYSCALL(getthrid); + pid_t _thread_sys_fork(void); pid_t _thread_sys_vfork(void); pid_t _dofork(int); |