fix AS-safety of close when aio is in use and fd map is expanded
[musl.git] / src / unistd / acct.c
blob308ffc3821f77e8b2ae801c74f21f30cbd551e27
1 #define _GNU_SOURCE
2 #include <unistd.h>
3 #include "syscall.h"
5 int acct(const char *filename)
7 return syscall(SYS_acct, filename);