[PATCH v5 09/11] nds32: Add ABI list

Arnd Bergmann arnd@arndb.de
Fri Jun 21 13:12:00 GMT 2019


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



More information about the Libc-alpha mailing list