diff options
Diffstat (limited to 'lib/libc/arch/hppa/sys/fork.S')
-rw-r--r-- | lib/libc/arch/hppa/sys/fork.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/sys/fork.S b/lib/libc/arch/hppa/sys/fork.S index 6a4efd8f3de..8bb3bc545b9 100644 --- a/lib/libc/arch/hppa/sys/fork.S +++ b/lib/libc/arch/hppa/sys/fork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fork.S,v 1.12 2015/03/31 04:32:01 guenther Exp $ */ +/* $OpenBSD: fork.S,v 1.13 2015/04/07 01:27:06 guenther Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,4 +28,5 @@ #include "SYS.h" -RSYSCALL(fork) +RSYSCALL_HIDDEN(fork) +WEAK_ALIAS(_thread_fork,_thread_sys_fork) |