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