change uid_t, gid_t, and id_t to unsigned types
[musl] / crt / i386 / crtn.s
index 055451e..f3b61e0 100644 (file)
@@ -1,5 +1,7 @@
 .section .init
+       add $12,%esp
        ret
 
 .section .fini
+       add $12,%esp
        ret