From 2c6da2f48769ca37b22088fe65bdcb4b0f319b80 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 27 Jul 2018 10:07:14 -0300 Subject: Fix Linux fcntl OFD locks on unsupported kernels This patch make the OFD tests return unsupported if kernel does not support OFD locks (it was added on 3.15). Checked on a ia64-linux-gnu with Linux 3.14. * sysdeps/unix/sysv/linux/tst-ofdlocks.c: Return unsupported if kernel does not support OFD locks. * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Likewise. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 562ddc7a00..50fc501865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-07-27 Adhemerval Zanella + + * sysdeps/unix/sysv/linux/tst-ofdlocks.c: Return unsupported if + kernel does not support OFD locks. + * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Likewise. + 2018-07-27 Samuel Thibault * sysdeps/mach/hurd/Versions (libc): Make __access and -- cgit v1.2.3