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/arm/clone.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/thread/arm') diff --git a/src/thread/arm/clone.s b/src/thread/arm/clone.s index fe2e0e60..e16b1326 100644 --- a/src/thread/arm/clone.s +++ b/src/thread/arm/clone.s @@ -1,6 +1,7 @@ .syntax unified .text .global __clone +.hidden __clone .type __clone,%function __clone: stmfd sp!,{r4,r5,r6,r7} -- cgit v1.2.1