From 1abc2fba5573205fd0669f82ffd37423a094207a Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 6 May 2021 16:10:28 -0300 Subject: linux: Move funlockfile/_IO_funlockfile 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_funlockfile). Checked on x86_64-linux-gnu. --- nptl/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index 64ae68238d..7b3c56f32c 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -179,7 +179,6 @@ libpthread-routines = \ cleanup \ cleanup_defer \ events \ - funlockfile \ libpthread-compat \ nptl-init \ nptlfreeres \ -- cgit 1.4.1