only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / thread / x32 / clone.s
index eed461510baa9b1499996ab3c773268261c4ac07..b870880f93d4754f4b36e67affa388bb4784be6d 100644 (file)
@@ -1,5 +1,6 @@
 .text
 .global __clone
+.hidden __clone
 .type   __clone,@function
 __clone:
        movl $0x40000038,%eax /* SYS_clone */