[RFC2 RESEND PATCH] [AARCH64] ILP32: support stat syscall family

Yury Norov ynorov@caviumnetworks.com
Thu Aug 4 08:26:00 GMT 2016


On Wed, Jul 06, 2016 at 05:32:06PM +0200, Andreas Schwab wrote:
> Yury Norov <ynorov@caviumnetworks.com> writes:
> 
> > diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/typesizes.h b/sysdeps/unix/sysv/linux/aarch64/bits/typesizes.h
> > index 39c0c81..be6497f 100644
> > --- a/sysdeps/unix/sysv/linux/aarch64/bits/typesizes.h
> > +++ b/sysdeps/unix/sysv/linux/aarch64/bits/typesizes.h
> > @@ -62,6 +62,12 @@
> >  #define __SYSCALL_ULONG_TYPE	__ULONGWORD_TYPE
> >  #define __CPU_MASK_TYPE         __ULONGWORD_TYPE
> >  
> > +
> > +#ifdef __ILP32__
> > +# define __ASSUME_SUPPORT_64_BIT_TIME_TYPES
> > +# define XSTAT_IS_XSTAT64
> > +#endif
> 
> You still didn't take notice of the testsuite failures.
> 
> Andreas.

Andreas, 

I cannot run testsuite right now. Could you describe the problem in
detiles?

Yury.



More information about the Libc-alpha mailing list