restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / thread / i386 / __set_thread_area.s
index 2a2e31a..a43525e 100644 (file)
@@ -1,5 +1,6 @@
 .text
 .global __set_thread_area
+.type   __set_thread_area,@function
 __set_thread_area:
        pushl %ebx
        movl 8(%esp),%ecx