mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
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
1f3615a1c9
).
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>
This commit is contained in:
parent
2e6a9d7f2c
commit
6008978f06
@ -157,6 +157,9 @@ libc {
|
||||
GLIBC_2.10 {
|
||||
fallocate;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.12 {
|
||||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
||||
|
||||
|
@ -4,9 +4,6 @@ libc {
|
||||
inb; inw; inl;
|
||||
outb; outw; outl;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.24 {
|
||||
recvmsg; sendmsg;
|
||||
}
|
||||
|
@ -1,5 +0,0 @@
|
||||
libc {
|
||||
GLIBC_2.15 {
|
||||
fallocate64;
|
||||
}
|
||||
}
|
@ -13,9 +13,6 @@ libc {
|
||||
GLIBC_2.4 {
|
||||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.12 {
|
||||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
||||
}
|
||||
|
@ -37,10 +37,6 @@ libc {
|
||||
# v*
|
||||
vm86;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
# f*
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
__modify_ldt; __uname;
|
||||
}
|
||||
|
@ -29,9 +29,6 @@ libc {
|
||||
# v*
|
||||
versionsort64;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.31 {
|
||||
msgctl; semctl; shmctl;
|
||||
}
|
||||
|
@ -1,5 +0,0 @@
|
||||
libc {
|
||||
GLIBC_2.18 {
|
||||
fallocate64;
|
||||
}
|
||||
}
|
@ -26,9 +26,6 @@ libc {
|
||||
pthread_attr_setstack;
|
||||
pthread_attr_setstacksize;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
||||
__vdso_clock_gettime;
|
||||
|
@ -31,9 +31,6 @@ libc {
|
||||
siglongjmp;
|
||||
swapcontext;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.17 {
|
||||
__ppc_get_timebase_freq;
|
||||
}
|
||||
|
@ -44,9 +44,6 @@ libc {
|
||||
getutmpx;
|
||||
login;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.31 {
|
||||
msgctl; semctl; shmctl;
|
||||
}
|
||||
|
@ -22,9 +22,6 @@ libc {
|
||||
# v*
|
||||
versionsort64;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
GLIBC_2.16 {
|
||||
fanotify_mark;
|
||||
}
|
||||
|
@ -17,7 +17,4 @@ libc {
|
||||
# s*
|
||||
scandir64;
|
||||
}
|
||||
GLIBC_2.11 {
|
||||
fallocate64;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user