about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-01-02 18:29:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-01-02 18:29:24 +0000
commit172019c0ecbf4714047e4ec233eab37628731d2b (patch)
treecd9342b876490bd87674dc7eac6f339ad1f1f8ba /ChangeLog
parent522ad1d6f72751ac4f531dc87cecd94581076dd4 (diff)
downloadglibc-172019c0ecbf4714047e4ec233eab37628731d2b.tar.gz
glibc-172019c0ecbf4714047e4ec233eab37628731d2b.tar.xz
glibc-172019c0ecbf4714047e4ec233eab37628731d2b.zip
Fix MIPS bits/fcntl.h namespace (bug 17780).
sysdeps/unix/sysv/linux/mips/bits/fcntl.h has a structure field called
pad, which is in the user's namespace.  This patch changes it to
__glibc_reserved0.

	[BZ #17780]
	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
	[!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
	__glibc_reserved0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef740a4849..c421559d3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #17780]
+	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
+	[!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
+	__glibc_reserved0.
+
 	* nptl/version.c (banner): Use single year in copyright notice.
 
 	* NEWS: Update copyright dates.