Displaying 2 results from an estimated 2 matches for "__uint".
Did you mean:
c_uint
2017 Dec 02
3
Compilation of syslinux against musl libc
Hello,
I wanted to ask if there's a reason efi/wrapper.{h,c} use __uint*_t
instead of including stdint.h and using the therein defined uint*_t
types? This breaks compilation of the efi blobs on systems with the musl
libc since that doesn't define __uint*_t types.
--
Simon Thelen
2017 Dec 03
0
Compilation of syslinux against musl libc
> Hello,
>
> I wanted to ask if there's a reason efi/wrapper.{h,c} use __uint*_t
> instead of including stdint.h and using the therein defined uint*_t
> types? This breaks compilation of the efi blobs on systems with the musl
> libc since that doesn't define __uint*_t types.
>
> --
> Simon Thelen
FWIW...
As a simple quick basic test, I took the efi...