Skip to content

Explicitly enable POSIX C interfaces

Brad King requested to merge brad.king/kwsys:posix-defines into master

Some platforms do not define all their POSIX interfaces by default when the compiler mode does not enable extensions. Define _POSIX_C_SOURCE explicitly to enable the interfaces in any compiler mode.

Merge request reports