From 0287134396b5750243972e382db3f9e9e2138aad Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 3 Nov 2002 15:01:18 +0000 Subject: Properly prefix some symbols --- libc/sysdeps/linux/i960/clone.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/i960/clone.S') diff --git a/libc/sysdeps/linux/i960/clone.S b/libc/sysdeps/linux/i960/clone.S index e6d504bb7..c6c0dc73a 100644 --- a/libc/sysdeps/linux/i960/clone.S +++ b/libc/sysdeps/linux/i960/clone.S @@ -44,11 +44,11 @@ __clone: calls 0 /* Do the system call */ - cmpibg 0, g0, syscall_error /* if < 0, error */ + cmpibg 0, g0, __syscall_error /* if < 0, error */ be thread_start /* if == 0, we're the child */ ret /* we're the parent */ -syscall_error: +__syscall_error: not g0, r3 callx ___errno_location st r3, (g0) -- cgit v1.2.3