This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: Ping for m68k MMAP2_PAGE_SHIFT fix


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> All the pending fixes for sysdeps/unix/sysv/linux/mmap64.c's 
> MMAP2_PAGE_SHIFT == -1 case are now checked in.  Ping for this patch 
> <http://sourceware.org/ml/libc-ports/2013-06/msg00067.html> (untested) 
> that makes m68k use that case.

../sysdeps/unix/sysv/linux/mmap64.c:46:7: warning: implicit declaration of function â__ffsâ [-Wimplicit-function-declaration]
       page_shift = __ffs (page_size) - 1;
       ^

(There is no need for the page_size variable, btw.)

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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