logiops
logiops copied to clipboard
Some fixes for non glibc systems
- On non glibc systems (sometimes)
uintis not available hence usingunsigned intinstead. - For
timeval, <sys/time.h> is needed to be imported on non glibc systems.
Signed-off-by: listout [email protected]
On my glibc x86_64-linux system UINT_MAX is $2^{32}-1$. It should probably be uintptr_t?