diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-12-28 09:50:23 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-01-05 11:33:16 -0300 |
commit | 448a256359e951fd2e81ccb2926e3f2b1d7a09de (patch) | |
tree | a0eb770538013c697f378a35cc035f033381d44f /malloc/Versions | |
parent | 47f43160953677faf33853359ee7b973dc487139 (diff) | |
download | glibc-448a256359e951fd2e81ccb2926e3f2b1d7a09de.tar glibc-448a256359e951fd2e81ccb2926e3f2b1d7a09de.tar.gz glibc-448a256359e951fd2e81ccb2926e3f2b1d7a09de.tar.bz2 glibc-448a256359e951fd2e81ccb2926e3f2b1d7a09de.zip |
malloc: Add scratch_buffer_dupfree
It returns a copy of the buffer up to a defined size. It will be used
on realpath sync with gnulib.
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index 94c8ba8040..6693c46ee2 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -75,6 +75,7 @@ libc { __libc_thread_freeres; # struct scratch_buffer support + __libc_scratch_buffer_dupfree; __libc_scratch_buffer_grow; __libc_scratch_buffer_grow_preserve; __libc_scratch_buffer_set_array_size; |