This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: cut and paste error?


Philip Blundell <Philip.Blundell@pobox.com> writes:

> There are some references to __ASSUME_TRUNCATE64_SYSCALL in the mainline
> version of sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c that look like 
> they should probably be __ASSUME_MMAP2_SYSCALL.

You are right.

Which reminds me: Jakub, why do you make the distinction on whether
the lower bits are zero?  This should not be necessary as mmap() can
do what it wants with those bits.  The mmap syscall probably also just
chops them off.  So this extra `if' should not be necessary.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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