Explicitly enable POSIX C interfaces
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.
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.