This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/4] __ASSUME_FALLOCATE is always true on 32-bit architectures


On Fri, Apr 24, 2015 at 01:50:18PM +0200, Florian Weimer wrote:
> This means we can clean up the generic code a bit.  The 64-bit
> variant still needs to support !__ASSUME_FALLOCATE for alpha.
> ---
>  ChangeLog                                          | 13 +++++++
>  .../sysv/linux/mips/mips64/n32/posix_fallocate.c   | 32 +++-------------
>  .../sysv/linux/mips/mips64/n32/posix_fallocate64.c | 33 +++--------------
>  sysdeps/unix/sysv/linux/posix_fallocate.c          | 38 +++++--------------
>  sysdeps/unix/sysv/linux/posix_fallocate64.c        | 43 ++++++----------------
>  .../unix/sysv/linux/wordsize-64/posix_fallocate.c  |  2 +
>  6 files changed, 47 insertions(+), 114 deletions(-)
> 
Looks ok.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]