Yury Norov writes:
> From: Yury Norov
>
> stat and statfs structures has their layouts identical to lp64
> after changing off_t, ino_t etc sizes to 64-bit. It means we can
> pass it to kernel same way as lp64 does.
>
> Signed-off-by: Yury Norov
> ---
> sysdeps/unix/sysv/linux/aarch64/bits/stat
On Tue, 21 Jun 2016, Yury Norov wrote:
> From: Yury Norov
>
> stat and statfs structures has their layouts identical to lp64
> after changing off_t, ino_t etc sizes to 64-bit. It means we can
> pass it to kernel same way as lp64 does.
This should be implemented in a way suitable for future arch
Yury Norov writes:
> diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/statfs.h
> b/sysdeps/unix/sysv/linux/aarch64/bits/statfs.h
> new file mode 100644
> index 000..81a8626
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/aarch64/bits/statfs.h
> @@ -0,0 +1,72 @@
> +/* Copyright (C) 2011-2016
From: Yury Norov
stat and statfs structures has their layouts identical to lp64
after changing off_t, ino_t etc sizes to 64-bit. It means we can
pass it to kernel same way as lp64 does.
Signed-off-by: Yury Norov
---
sysdeps/unix/sysv/linux/aarch64/bits/stat.h| 195 +
4 matches
Mail list logo