restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / thread / i386 / clone.s
index 4133915..7af5f5d 100644 (file)
@@ -1,5 +1,6 @@
 .text
 .global __uniclone
+.type   __uniclone,@function
 __uniclone:
        movl    4(%esp),%ecx
        subl    $24,%ecx