cut and paste error?

Ulrich Drepper drepper@cygnus.com
Sun Jan 2 10:05:00 GMT 2000


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   `------------------------


More information about the Libc-hacker mailing list