mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
misc: Add twalk_r function
The twalk function is very difficult to use in a multi-threaded program because there is no way to pass external state to the iterator function. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -2166,6 +2166,7 @@ GLIBC_2.30 __nldbl_vwarnx F
|
||||
GLIBC_2.30 __nldbl_warn F
|
||||
GLIBC_2.30 __nldbl_warnx F
|
||||
GLIBC_2.30 gettid F
|
||||
GLIBC_2.30 twalk_r F
|
||||
GLIBC_2.4 _IO_fprintf F
|
||||
GLIBC_2.4 _IO_printf F
|
||||
GLIBC_2.4 _IO_sprintf F
|
||||
|
Reference in New Issue
Block a user