summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/sys/fork.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/sparc/sys/fork.S')
-rw-r--r--lib/libc/arch/sparc/sys/fork.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc/sys/fork.S b/lib/libc/arch/sparc/sys/fork.S
index 83916669e78..911fce204dd 100644
--- a/lib/libc/arch/sparc/sys/fork.S
+++ b/lib/libc/arch/sparc/sys/fork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: fork.S,v 1.5 2015/03/31 04:32:02 guenther Exp $ */
+/* $OpenBSD: fork.S,v 1.6 2015/04/07 01:27:07 guenther Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,4 +34,5 @@
#include "SYS.h"
-RSYSCALL(fork)
+RSYSCALL_HIDDEN(fork)
+WEAK_ALIAS(_thread_fork,_thread_sys_fork)