Re: [PATCH v8 01/22] posix_wrap: tweaks in preparation for libtasn1

2024-01-16 Thread Vladimir 'phcoder' Serbinenko
LGTM Reviewed-by: Vladimir Serbinenko On Tue, Jan 16, 2024 at 12:22 PM Gary Lin via Grub-devel wrote: > > From: Daniel Axtens > > - Define SIZEOF_UNSIGNED_LONG_INT, it's the same as >SIZEOF_UNSIGNED_LONG. > > - Define WORD_BIT, the size in bits of an int. This is a defined >in the Sin

[PATCH v8 01/22] posix_wrap: tweaks in preparation for libtasn1

2024-01-16 Thread Gary Lin via Grub-devel
From: Daniel Axtens - Define SIZEOF_UNSIGNED_LONG_INT, it's the same as SIZEOF_UNSIGNED_LONG. - Define WORD_BIT, the size in bits of an int. This is a defined in the Single Unix Specification and in gnulib's limits.h. gnulib assumes it's 32 bits on all our platforms, including 64 bit