-
Notifications
You must be signed in to change notification settings - Fork 1.3k
POSIX_SPAWN_SETPGROUP et al should be of type c_short #2268
Copy link
Copy link
Open
Labels
C-bugCategory: bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.breakage-candidate
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.breakage-candidate
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?