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: [PATCH 6/6] linux: Use 32-bit time_t for rusage


Hi Andreas,

> On Feb 04 2020, Lukasz Majewski wrote:
> 
> > Unfortunately, for ARM32 (armv7) the path:
> > sysdeps/unix/sysv/linux/generic/wordsize-32/ is not reached at all.
> >  
> 
> unix/linux/generic/wordsize-32 cannot be used for armv7, since it
> doesn't use asm-generic syscalls.

Could you elaborate on this?

I though that for ARM32 glibc wrappers for syscalls were generated from
sysdeps/unix/syscalls.list. And those syscalls were matching ones from
uapi headers generated from
https://elixir.bootlin.com/linux/v5.3-rc5/source/arch/arm/tools/syscall.tbl#L420

However for ARM linux (5.1):
kernel-build-artifacts/include/generated/uapi/linux
 only has version.h [*]

and all relevant headers are available in:
kernel-build-artifacts/arch/arm/include/generated/uapi/asm/  {unistd*.h}


So I guess that you refer to the almost empty [*] directory ?
(And this means the lack of asm-generic syscalls in this case)?

> 
> Andreas.
> 




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de

Attachment: pgp4wKGi8Q8rB.pgp
Description: OpenPGP digital signature


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