+2018-02-07 Igor Gnatenko <ignatenko@redhat.com>
+
+ [BZ #22797]
+ * sysdeps/unix/sysv/linux/bits/mman-shared.h (pkey_get): Add
+ missing second underscore to parameter name.
+
2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
[BZ #22638]
[22638] sparc: static binaries are broken if glibc is built by gcc
configured with --enable-default-pie
+ [22797] Linux: use reserved name __key in pkey_get
\f
Version 2.27
/* Return the access rights for the current thread for KEY, which must
have been allocated using pkey_alloc. */
-int pkey_get (int _key) __THROW;
+int pkey_get (int __key) __THROW;
/* Free an allocated protection key, which must have been allocated
using pkey_alloc. */