libc icon indicating copy to clipboard operation
libc copied to clipboard

Set type of POSIX_SPAWN_* flags to c_short

Open samueltardieu opened this issue 3 months ago • 3 comments

Changing the type from c_int to c_short will likely not break existing programs. It might introduce warnings about no-longer needed conversions to c_short though.

Fixes #3627

samueltardieu avatar Mar 23 '24 00:03 samueltardieu