Dmitry Timoshkov (@dmitry) commented about dlls/ntdll/unix/system.c:
case SystemCpuSetInformation: /* 175 */ return NtQuerySystemInformationEx(class, NULL, 0, info, size, ret_size);
- case SystemLeapSecondInformation: /* 206 */
- {
struct
{
char enabled;
ULONG flags;
} *leap = info;
Probably field 'enabled' should have type BOOLEAN.