1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Add missing symbols to Version files

Some symbols have explicit versioned_symbol or compat_symbol markers
in the sources, but no corresponding entry in the Versions files.
This presently works because the local: * directive is only applied
to the base version.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-06-02 07:32:19 +02:00
parent 217b6dc298
commit 186cd80b1e
18 changed files with 73 additions and 47 deletions

View File

@ -21,6 +21,11 @@ libc {
# _*
_test_and_set;
}
GLIBC_2.3.3 {
# Changed PTHREAD_STACK_MIN.
pthread_attr_setstack;
pthread_attr_setstacksize;
}
GLIBC_2.11 {
fallocate64;
}