From e874d3d189f355fdf0e9ef9c0d0f493c6cf767be Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 6 May 2021 16:01:15 -0300 Subject: linux: Move ftrylockfile/_IO_ftrylockfile into libc The nptl version is used as default, since now with symbol always present the single-thread optimization is tricky. Hurd is not change, it is used it own lock scheme (which call _cthreads_ftrylockfile). Checked on x86_64-linux-gnu. --- nptl/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index bc5824cd8e..64ae68238d 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -179,7 +179,6 @@ libpthread-routines = \ cleanup \ cleanup_defer \ events \ - ftrylockfile \ funlockfile \ libpthread-compat \ nptl-init \ -- cgit 1.4.1