mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
GLIBC_2.0 _IO_funlockfile F
|
||||
GLIBC_2.0 __errno_location F
|
||||
GLIBC_2.0 funlockfile F
|
||||
GLIBC_2.0 pthread_cancel F
|
||||
GLIBC_2.0 pthread_create F
|
||||
GLIBC_2.0 pthread_detach F
|
||||
|
@ -3,9 +3,7 @@ GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.18 pthread_setattr_default_np F
|
||||
GLIBC_2.2 _IO_funlockfile F
|
||||
GLIBC_2.2 __errno_location F
|
||||
GLIBC_2.2 funlockfile F
|
||||
GLIBC_2.2 pthread_attr_getguardsize F
|
||||
GLIBC_2.2 pthread_attr_getstack F
|
||||
GLIBC_2.2 pthread_attr_getstackaddr F
|
||||
|
Reference in New Issue
Block a user