mirror of https://git.musl-libc.org/git/musl
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
.global __vfork |
||||
|
.weak vfork |
||||
|
.type __vfork,@function |
||||
|
.type vfork,@function |
||||
|
__vfork: |
||||
|
vfork: |
||||
|
pop %edx |
||||
|
mov $190,%eax |
||||
|
int $128 |
||||
|
push %edx |
||||
|
push %eax |
||||
|
call __syscall_ret |
||||
|
pop %edx |
||||
|
ret |
||||
Loading…
Reference in new issue