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/aarch64/clone.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/thread/aarch64') diff --git a/src/thread/aarch64/clone.s b/src/thread/aarch64/clone.s index 50af913c..e3c83395 100644 --- a/src/thread/aarch64/clone.s +++ b/src/thread/aarch64/clone.s @@ -5,6 +5,7 @@ // x8, x0, x1, x2, x3, x4 .global __clone +.hidden __clone .type __clone,%function __clone: // align stack and save func,arg -- cgit v1.2.1