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:
@ -2175,3 +2175,4 @@ GLIBC_2.29 getcpu F
|
||||
GLIBC_2.29 posix_spawn_file_actions_addchdir_np F
|
||||
GLIBC_2.29 posix_spawn_file_actions_addfchdir_np F
|
||||
GLIBC_2.30 gettid F
|
||||
GLIBC_2.30 twalk_r F
|
||||
|
Reference in New Issue
Block a user