mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 07:02:41 +00:00
global cleanup to use the new syscall interface
This commit is contained in:
@ -4,5 +4,5 @@
|
||||
pid_t vfork(void)
|
||||
{
|
||||
/* vfork syscall cannot be made from C code */
|
||||
return syscall0(__NR_fork);
|
||||
return syscall(SYS_fork);
|
||||
}
|
||||
|
Reference in New Issue
Block a user