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