aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_list.zig
diff options
context:
space:
mode:
authorJoran Dirk Greef <joran@ronomon.com>2020-11-01 11:49:08 +0200
committerJoran Dirk Greef <joran@ronomon.com>2020-11-01 11:49:08 +0200
commit2dd8613adcac695468937156f6e13dc5a4828e4c (patch)
tree99f0913e883071210c19978b68ff4ab7271564d7 /lib/std/array_list.zig
parent2fdb30a571564253d110d27329a898a1d169553c (diff)
downloadzig-2dd8613adcac695468937156f6e13dc5a4828e4c.tar.gz
zig-2dd8613adcac695468937156f6e13dc5a4828e4c.zip
"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.
Diffstat (limited to 'lib/std/array_list.zig')
0 files changed, 0 insertions, 0 deletions