Actions
Bug #8051
closedlinux_iocparm_len in io.c is ifdef __linux__, but uses glibc specifics
Description
_IOC_SIZE is glibc specific, thus compilation fails with musl libc.
Actions
Like0
Like0
Added by aep (Arvid Picciani) over 12 years ago. Updated over 12 years ago.
Description
_IOC_SIZE is glibc specific, thus compilation fails with musl libc.
_IOC_SIZE is not glibc feature. It's a Linux feature. Please use Linux aware libc.