diff options
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/quota.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 8c8be26b92..ec9df85047 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -1,4 +1,6 @@ sys/acct.h +sys/acct.h +sys/quota.h sys/socketcall.h sys/sysctl.h sys/timex.h diff --git a/sysdeps/unix/sysv/linux/sys/quota.h b/sysdeps/unix/sysv/linux/sys/quota.h new file mode 100644 index 0000000000..d897b791cd --- /dev/null +++ b/sysdeps/unix/sysv/linux/sys/quota.h @@ -0,0 +1,2 @@ +/* The kernel header file contains all declarations and definitions. */ +#include <linux/quota.h> |