提交 fe026040 编写于 作者: R Rich Felker

add acct syscall source file, omitted in last syscalls commit

上级 6cf8bfdb
#define _GNU_SOURCE
#include <unistd.h>
#include "syscall.h"
#include "libc.h"
int acct(const char *filename)
{
return syscall(SYS_acct, filename);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册