On Sat, 17 Feb 2007 00:48:12 +0900 (JST), Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote: > > 2) On O32, glibc pass a 'long long' argument by hi and lo words, but > > kernel needs padding word between 'fd' and 'offset' argument. > > > > 3) On N32, glibc pass a 'long long' argument by hi and lo words, but > > kernel expects a single register value for 'long long' argument. > > And sync_file_range() has some problem too. And readahead() too ...