diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-01 15:53:13 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-01 15:53:13 +0200 |
commit | 4d728087ef8cc826b05bd21d0c74d4eca9b1a27d (patch) | |
tree | 8d1d0bf9cb8d3b21d8076059defbf4ee8a50acc3 /NEWS | |
parent | de6b6d14e9b4d8e9a7333addca55163d9ebb7ff6 (diff) | |
download | glibc-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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 20336feade..369655f5a1 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,10 @@ Version 2.25 * The fesetexcept and fetestexceptflag functions from TS 18661-1:2014 are added to libm. +* The <sys/quota.h> header now includes the <linux/quota.h> header. Support + for the Linux quota interface which predates kernel version 2.4.22 has + been removed. + Security related changes: On ARM EABI (32-bit), generating a backtrace for execution contexts which |