summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-05-18 13:15:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-05-18 13:15:11 +0000
commit2a1aa528244714587f7726a8f4561cd05682f0a7 (patch)
tree8f17d96c3828c72b28dbb52cb703cdc5be8b2c65 /ChangeLog
parent447720b03b4ac37cbc1367bf3aad56711a30a307 (diff)
downloadglibc-2a1aa528244714587f7726a8f4561cd05682f0a7.tar.gz
Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h.
This patch adds Q_GETNEXTQUOTA, new in Linux 4.6, to sysdeps/unix/sysv/linux/sys/quota.h. Tested for x86_64 and x86 (testsuite, and that installed shared libraries are unchanged by the patch). * sysdeps/unix/sysv/linux/sys/quota.h [_LINUX_QUOTA_VERSION >= 2] (Q_GETNEXTQUOTA): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5249fbecfa..6d4143d3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-18 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/sys/quota.h [_LINUX_QUOTA_VERSION >= 2]
+ (Q_GETNEXTQUOTA): New macro.
+
2016-05-18 H.J. Lu <hongjiu.lu@intel.com>
[BZ #19907]