mirror of https://git.musl-libc.org/git/musl
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
#define _GNU_SOURCE |
||||
|
#include <unistd.h> |
||||
|
#include "syscall.h" |
||||
|
#include "libc.h" |
||||
|
|
||||
|
int acct(const char *filename) |
||||
|
{ |
||||
|
return syscall(SYS_acct, filename); |
||||
|
} |
||||
Loading…
Reference in new issue