add sys/quota.h and quotactl syscall wrapper
based on patch by Timo Teräs.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <sys/quota.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int quotactl(int cmd, const char *special, int id, char *addr)
|
||||
{
|
||||
return syscall(SYS_quotactl, cmd, special, id, addr);
|
||||
}
|
||||
Reference in New Issue
Block a user