aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
commita6917c82b32b197bbe2bb682dd26bcfbb0fde5e6 (patch)
treeb5504a6aa84b364412497887df7ce918ccfeb17c /sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c
parent15e50e6c966fa0f26612602a95f0129543d9f9d5 (diff)
downloadglibc-a6917c82b32b197bbe2bb682dd26bcfbb0fde5e6.tar
glibc-a6917c82b32b197bbe2bb682dd26bcfbb0fde5e6.tar.gz
glibc-a6917c82b32b197bbe2bb682dd26bcfbb0fde5e6.tar.bz2
glibc-a6917c82b32b197bbe2bb682dd26bcfbb0fde5e6.zip
Linux: misc/tst-ofdlocks-compat can be a regular test
Now that compat_symbol_reference works in non-internal tests. Also do not build and run the test at all on architectures which do not have the pre-2.28 symbol version of fcntl. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c')
-rw-r--r--sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c b/sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c
index 9169e3baf8..4af8da123f 100644
--- a/sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c
+++ b/sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c
@@ -25,7 +25,6 @@
#include <support/check.h>
#include <shlib-compat.h>
-#if TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_28)
compat_symbol_reference (libc, fcntl, fcntl, GLIBC_2_0);
static char *temp_filename;
@@ -86,12 +85,5 @@ do_test (void)
return 0;
}
-#else
-static int
-do_test (void)
-{
- return 77;
-}
-#endif
#include <support/test-driver.c>