aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/linux/generic/sys-quota.cpp
blob: 27c0e6d70fd5c68dd68a85349680d60d559d00e5 (plain)
1
2
3
4
5
6
7
#include <bits/ensure.h>
#include <sys/quota.h>

int quotactl(int, const char *, int, caddr_t) {
	__ensure(!"Not implemented");
	__builtin_unreachable();
}