Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223783 Details for
Bug 300307
sys-apps/util-linux-2.17 fails with =sys-libs/glibc-2.10* - undefined reference to fallocate64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Glibc 2.10 fadvise64 patch
glibc-2.10-export-fadvise64.patch (text/plain), 2.33 KB, created by
Maciej S. Szmigiero
on 2010-03-15 19:55:47 UTC
(
hide
)
Description:
Glibc 2.10 fadvise64 patch
Filename:
MIME Type:
Creator:
Maciej S. Szmigiero
Created:
2010-03-15 19:55:47 UTC
Size:
2.33 KB
patch
obsolete
>--- sysdeps/unix/sysv/linux/Versions >+++ sysdeps/unix/sysv/linux/Versions >@@ -139,7 +139,7 @@ libc { > epoll_create1; inotify_init1; > } > GLIBC_2.10 { >- fallocate; fallocate64; >+ fallocate; > } > GLIBC_PRIVATE { > # functions used in other libraries >--- sysdeps/unix/sysv/linux/fallocate64.c >+++ sysdeps/unix/sysv/linux/fallocate64.c >@@ -23,7 +23,7 @@ > > /* Reserve storage for the data of the file associated with FD. */ > int >-__fallocate64_l64 (int fd, int mode, __off64_t offset, __off64_t len) >+fallocate64 (int fd, int mode, __off64_t offset, __off64_t len) > { > #ifdef __NR_fallocate > return INLINE_SYSCALL (fallocate, 6, fd, mode, >--- sysdeps/unix/sysv/linux/i386/Versions >+++ sysdeps/unix/sysv/linux/i386/Versions >@@ -41,6 +41,10 @@ libc { > # v* > vm86; > } >+ GLIBC_2.10 { >+ # f* >+ fallocate64; >+ } > GLIBC_PRIVATE { > __modify_ldt; > } >--- sysdeps/unix/sysv/linux/i386/fallocate64.c >+++ sysdeps/unix/sysv/linux/i386/fallocate64.c >@@ -26,7 +26,7 @@ extern int __call_fallocate (int fd, int mode, __off64_t offset, __off64_t len) > > /* Reserve storage for the data of the file associated with FD. */ > int >-__fallocate64_l64 (int fd, int mode, __off64_t offset, __off64_t len) >+fallocate64 (int fd, int mode, __off64_t offset, __off64_t len) > { > return __call_fallocate (fd, mode, offset, len); > } >--- sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions >+++ sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions >@@ -27,4 +27,7 @@ libc { > GLIBC_2.3.4 { > setcontext; getcontext; swapcontext; makecontext; > } >+ GLIBC_2.10 { >+ fallocate64; >+ } > } >--- sysdeps/unix/sysv/linux/s390/s390-32/Versions >+++ sysdeps/unix/sysv/linux/s390/s390-32/Versions >@@ -43,6 +43,9 @@ libc { > getutmp; > getutmpx; > } >+ GLIBC_2.10 { >+ fallocate64; >+ } > } > > libutil { >--- sysdeps/unix/sysv/linux/sh/Versions >+++ sysdeps/unix/sysv/linux/sh/Versions >@@ -24,4 +24,7 @@ libc { > GLIBC_2.3.3 { > posix_fadvise64; posix_fallocate64; > } >+ GLIBC_2.10 { >+ fallocate64; >+ } > } >--- sysdeps/unix/sysv/linux/sparc/sparc32/Versions >+++ sysdeps/unix/sysv/linux/sparc/sparc32/Versions >@@ -20,4 +20,7 @@ libc { > GLIBC_2.3.3 { > posix_fadvise64; posix_fallocate64; > } >+ GLIBC_2.10 { >+ fallocate64; >+ } > } >--- /dev/null >+++ sysdeps/unix/sysv/linux/wordsize-64/Versions >@@ -0,0 +1,5 @@ >+libc { >+ GLIBC_2.10 { >+ fallocate64; >+ } >+} >-- >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 300307
:
215837
|
215900
|
215902
|
215904
|
216015
|
216017
|
216068
|
216089
|
223783
|
223785
|
223895
|
223967