add sys/quota.h and quotactl syscall wrapper
authorRich Felker <dalias@aerifal.cx>
Fri, 20 Dec 2013 16:52:10 +0000 (11:52 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 20 Dec 2013 16:52:10 +0000 (11:52 -0500)
commite36d8a1d74a00e56990728508635296440ddce1c
tree0839c2bbef499685b4822ff0191986976bb5b317
parentc91ad4f7167bad8314b06c487ddd1c638981fc24
add sys/quota.h and quotactl syscall wrapper

based on patch by Timo Teräs.
include/sys/quota.h [new file with mode: 0644]
src/linux/quotactl.c [new file with mode: 0644]