mirror of
https://github.com/fluencelabs/musl
synced 2025-06-24 20:21:59 +00:00
global cleanup to use the new syscall interface
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
|
||||
int remove(const char *path)
|
||||
{
|
||||
return __syscall_unlink(path);
|
||||
return syscall(SYS_unlink, path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user