diff options
Diffstat (limited to 'lib/libc/arch/powerpc/sys/tfork_thread.S')
-rw-r--r-- | lib/libc/arch/powerpc/sys/tfork_thread.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/powerpc/sys/tfork_thread.S b/lib/libc/arch/powerpc/sys/tfork_thread.S index 6c154b8a22b..a59d22051c8 100644 --- a/lib/libc/arch/powerpc/sys/tfork_thread.S +++ b/lib/libc/arch/powerpc/sys/tfork_thread.S @@ -1,4 +1,4 @@ -/* $OpenBSD: tfork_thread.S,v 1.5 2015/09/05 06:22:47 guenther Exp $ */ +/* $OpenBSD: tfork_thread.S,v 1.6 2016/05/07 19:05:22 guenther Exp $ */ /* * Copyright (c) 2005 Tim Wiess <tim@nop.cx> @@ -46,5 +46,5 @@ ENTRY(__tfork_thread) 1: li %r3, -1 2: - b _C_LABEL(___cerror) + b _C_LABEL(__cerror) END(__tfork_thread) |