diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-02 07:32:19 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-02 07:32:19 +0200 |
commit | 186cd80b1eb0c28f42c052bbaa9b37a7f66ee662 (patch) | |
tree | eb73538bb12d59600599ef976637a62db57e620d /io/Versions | |
parent | 217b6dc298156bdb0d6aea9ea93e7e394a5ff091 (diff) | |
download | glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.zip glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.gz glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.bz2 |
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>
Diffstat (limited to 'io/Versions')
-rw-r--r-- | io/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions index 49c4d2d..88caf76 100644 --- a/io/Versions +++ b/io/Versions @@ -129,6 +129,7 @@ libc { copy_file_range; } GLIBC_2.28 { + fcntl; fcntl64; statx; } |