search for: ioctl_not_present

Displaying 1 result from an estimated 1 matches for "ioctl_not_present".

2014 Oct 07
2
[LLVMdev] bug report - libsanitizer compilation fail
...his scope" This happens when compiling with kernel 2.6.37 headers. #if EV_VERSION > (0x010000) unsigned IOCTL_EVIOCGKEYCODE_V2 = EVIOCGKEYCODE_V2; unsigned IOCTL_EVIOCGPROP = EVIOCGPROP(0); unsigned IOCTL_EVIOCSKEYCODE_V2 = EVIOCSKEYCODE_V2; #else unsigned IOCTL_EVIOCGKEYCODE_V2 = IOCTL_NOT_PRESENT; unsigned IOCTL_EVIOCGPROP = IOCTL_NOT_PRESENT; unsigned IOCTL_EVIOCSKEYCODE_V2 = IOCTL_NOT_PRESENT; #endif although in kernel 2.6.37 the EV_VERSION is indeed > (0x010000) the EVIOCGPROP define is missing and only appears in 2.6.38 onwards. Daniel.