The constants [POSIX_SPAWN_*](https://docs.rs/libc/0.2.97/src/libc/unix/linux_like/linux/mod.rs.html#1862-1867) are for the `__flags` field in [posix_spawnattr_t](https://docs.rs/libc/0.2.97/src/libc/unix/linux_like/linux/mod.rs.html#461) and are set via [`posix_spawnattr_setflags`](https://docs.rs/libc/0.2.92/libc/fn.posix_spawnattr_setflags.html), both of which use `c_short`. Should they be of type `c_short` as well?
The constants POSIX_SPAWN_* are for the
__flagsfield in posix_spawnattr_t and are set viaposix_spawnattr_setflags, both of which usec_short.Should they be of type
c_shortas well?