From 5f161b2398fc610ebcc65591155faacfa32a2e03 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 16 May 2019 20:03:39 +0000 Subject: Update kernel-features.h files for Linux 5.1. Linux 5.1 adds missing syscalls to the syscall table for many Linux kernel architectures. This patch updates the kernel-features.h headers accordingly. __ASSUME_DIRECT_SYSVIPC_SYSCALLS is not updated because of the differences between new and old syscalls described in . The statfs64 structure used by alpha matches what the new kernel syscalls use. Tested with build-many-glibcs.py. * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__ASSUME_STATFS64): Only undefine if [__LINUX_KERNEL_VERSION < 0x050100]. * sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_STATX): Likewise. * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX): Likewise. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb020262d9..a46b64ffb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2019-05-16 Joseph Myers + + * sysdeps/unix/sysv/linux/alpha/kernel-features.h + (__ASSUME_STATFS64): Only undefine if [__LINUX_KERNEL_VERSION < + 0x050100]. + * sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_STATX): + Likewise. + * sysdeps/unix/sysv/linux/sh/kernel-features.h + (__ASSUME_STATX): Likewise. + 2019-05-16 Florian Weimer * nis/nss_nis/nis-hosts.c (EXTRA_ARGS, EXTRA_ARGS_DECL): Remove -- cgit 1.4.1