Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-27 Thread Andreas Schwab
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

Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-27 Thread Andreas Schwab
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 > --- >

Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-21 Thread Joseph Myers
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

Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-21 Thread Joseph Myers
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

Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-21 Thread Andreas Schwab
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 @@ >

Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-21 Thread Andreas Schwab
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)

[PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-20 Thread Yury Norov
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 ---

[PATCH 22/27] [AARCH64] ILP32: support stat syscall family

2016-06-20 Thread Yury Norov
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