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.
System updates will be applied on January 22st between 0900 AM and 1200 PM, EST (UTC-05:00). This site may have intermittent downtime during that time.
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.