diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-10-18 10:44:19 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-02-20 10:19:25 -0300 |
commit | 6008978f065e205d986e51e0dabbb7e50bc45914 (patch) | |
tree | fb7eba91759253f0f4364427d213495ddfec2960 /sysdeps/unix/sysv/linux/arm | |
parent | 2e6a9d7f2cfc67a2a3e851368422cdb225af86cb (diff) | |
download | glibc-6008978f065e205d986e51e0dabbb7e50bc45914.tar glibc-6008978f065e205d986e51e0dabbb7e50bc45914.tar.gz glibc-6008978f065e205d986e51e0dabbb7e50bc45914.tar.bz2 glibc-6008978f065e205d986e51e0dabbb7e50bc45914.zip |
Linux: Move wordsize-32 Version to default
And remove redundant entries on other architectures Version. The
version for fallocate64 was supposed to be 2.10, but it was then
added to 32-bit platforms in 2.11 because it mistakenly wasn't
exported for them in 2.10 (see the commit message for
1f3615a1c97a030bca59f728f998947f852679b9).
The linux/generic did not exist before 2.15, i.e. when the tile
ports were added (and microblaze did not exist before 2.18), which
explains those differences but also illustrates that "2.11 for 32-bit,
2.10 for 64-bit" should be sufficient since versions older than the
minimum for the architecture are automatically adjusted.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/Versions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions index 7e5ba53455..6e7cb6e2e5 100644 --- a/sysdeps/unix/sysv/linux/arm/Versions +++ b/sysdeps/unix/sysv/linux/arm/Versions @@ -4,9 +4,6 @@ libc { inb; inw; inl; outb; outw; outl; } - GLIBC_2.11 { - fallocate64; - } GLIBC_2.24 { recvmsg; sendmsg; } |