about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-09-01 15:53:13 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-09-01 15:53:13 +0200
commit4d728087ef8cc826b05bd21d0c74d4eca9b1a27d (patch)
tree8d1d0bf9cb8d3b21d8076059defbf4ee8a50acc3 /sysdeps/unix/sysv/linux/Makefile
parentde6b6d14e9b4d8e9a7333addca55163d9ebb7ff6 (diff)
downloadglibc-4d728087ef8cc826b05bd21d0c74d4eca9b1a27d.tar.gz
glibc-4d728087ef8cc826b05bd21d0c74d4eca9b1a27d.tar.xz
glibc-4d728087ef8cc826b05bd21d0c74d4eca9b1a27d.zip
Base <sys/quota.h> on Linux kernel headers [BZ #20525]
Macros which are also defined in <linux/quota.h> are removed, and
<linux/quota.h> is included instead.

This commit cleans up the definition of fs_to_dq_blocks and struct
dqblock and struct dqinfo, too.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index f0b052dfe9..9a0423e677 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -42,7 +42,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \
 		  bits/socket_type.h bits/syscall.h bits/sysctl.h \
 		  bits/mman-linux.h
 
-tests += tst-clone tst-clone2 tst-fanotify tst-personality
+tests += tst-clone tst-clone2 tst-fanotify tst-personality tst-quota
 
 # Generate the list of SYS_* macros for the system calls (__NR_* macros).