Alfred Agrell (@Alcaro) commented about dlls/ntdll/unix/sync.c:
struct inproc_sync {
- int fd;
- unsigned int access;
- unsigned int type : 2;
- int fd; /* unix file descriptor */
- unsigned int access; /* handle access rights */
- unsigned int type; /* enum inproc_sync_type as short to save space */
That's a strange way to spell short.