Joran Dirk Greef 2dd8613adc "The Traveling Wilburys' - Handle With Care"
Both `offset` and `len` are `off_t`.

Like the rest of the std lib we assume that `_FILE_OFFSET_BITS == 64`
is always true, so that `off_t` is a `u64`.

When passing to 32-bit kernels, we split these into two `u32`
parameters.
2020-11-01 11:49:08 +02:00
..
2020-11-01 11:46:08 +02:00
2020-10-27 21:40:22 +01:00
2020-10-26 17:41:29 +01:00
2020-10-28 10:03:23 +01:00
2020-09-04 05:15:03 +03:00
2020-09-11 20:02:41 -04:00
2020-10-19 15:15:43 +02:00
2020-10-07 04:34:09 -04:00
2020-10-26 15:40:48 -04:00
2020-10-28 10:03:23 +01:00
2020-10-28 10:03:23 +01:00
2020-09-04 22:49:14 +03:00
2020-09-22 05:12:21 -07:00