This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Wed, Jul 06, 2016 at 02:51:45PM +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
> 
> Please run the testsuite and notice any failures.
> 
> > +#ifndef SUPPORT_64BIT_TIME_TYPES	1
> 
> Syntax error.
> 
> Andreas.

Oh, sorry. Shame on me. I have no idea how I missed it.
I will fix it and resend patch.

Yury.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]