From f5f7673d71f843b423e60bbdd7de49fd1bbcc8c1 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 10 Sep 2018 15:36:33 -0400 Subject: make arch __clone backends hidden these are not a public interface and are not intended to be callable from anywhere but the public clone function or other places in libc. --- src/thread/or1k/clone.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/thread/or1k/clone.s') diff --git a/src/thread/or1k/clone.s b/src/thread/or1k/clone.s index 02f380bd..2473ac20 100644 --- a/src/thread/or1k/clone.s +++ b/src/thread/or1k/clone.s @@ -3,6 +3,7 @@ * sys_clone(flags, stack, ptid, ctid, tls) */ .global __clone +.hidden __clone .type __clone,@function __clone: l.addi r4, r4, -8 -- cgit v1.2.1