about summary refs log tree commit diff
path: root/src/thread/sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/sh')
-rw-r--r--src/thread/sh/clone.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/sh/clone.s b/src/thread/sh/clone.s
index aa4d0dfd..9cfd8623 100644
--- a/src/thread/sh/clone.s
+++ b/src/thread/sh/clone.s
@@ -1,5 +1,6 @@
 .text
 .global __clone
+.hidden __clone
 .type   __clone, @function
 __clone:
 ! incoming: fn stack flags arg ptid tls      ctid