Open
Description
The constants POSIX_SPAWN_* are for the __flags
field in posix_spawnattr_t and are set via posix_spawnattr_setflags
, both of which use c_short
.
Should they be of type c_short
as well?
The constants POSIX_SPAWN_* are for the __flags
field in posix_spawnattr_t and are set via posix_spawnattr_setflags
, both of which use c_short
.
Should they be of type c_short
as well?