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 v5 09/11] nds32: Add ABI list


On Thu, Jun 20, 2019 at 8:43 AM Vincent Chen <vincentc@andestech.com> wrote:

> +++ b/sysdeps/unix/sysv/linux/nds32/c++-types.data
> @@ -0,0 +1,67 @@
> +blkcnt64_t:x
> +blkcnt_t:l

Is there a requirement for defaulting to 32-bit blkcnt_t in glibc?
The kernel for nds32 has only ever supported 64-bit here, so it
seems a bit pointless to use a smaller range in user space.

> +fsblkcnt64_t:y
> +fsblkcnt_t:m
> +fsfilcnt64_t:y
> +fsfilcnt_t:m

Same for these

> +loff_t:x
> +off64_t:x
> +off_t:l

and these

> +rlim64_t:y
> +rlim_t:m

and these

> +time_t:l

Starting with linux-5.1, you can also use 64-bit time_t.

       Arnd


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