internally, define plain syscalls, if missing, as their time64 variants
[musl] / src / process / i386 / vfork.s
index a3d76ae..3d0e6d6 100644 (file)
@@ -1,8 +1,5 @@
-.global __vfork
-.weak vfork
-.type __vfork,@function
+.global vfork
 .type vfork,@function
-__vfork:
 vfork:
        pop %edx
        mov $190,%eax