mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
linux: Move flockfile/_IO_flockfile 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_flockfile). Checked on x86_64-linux-gnu.
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
GLIBC_2.32 _IO_flockfile F
|
||||
GLIBC_2.32 _IO_ftrylockfile F
|
||||
GLIBC_2.32 _IO_funlockfile F
|
||||
GLIBC_2.32 __errno_location F
|
||||
@ -6,7 +5,6 @@ GLIBC_2.32 __pthread_register_cancel F
|
||||
GLIBC_2.32 __pthread_register_cancel_defer F
|
||||
GLIBC_2.32 __pthread_unregister_cancel F
|
||||
GLIBC_2.32 __pthread_unregister_cancel_restore F
|
||||
GLIBC_2.32 flockfile F
|
||||
GLIBC_2.32 ftrylockfile F
|
||||
GLIBC_2.32 funlockfile F
|
||||
GLIBC_2.32 pthread_attr_getaffinity_np F
|
||||
|
Reference in New Issue
Block a user