Merge pull request #3421 from niacat/posix_c_source

Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99.
This commit is contained in:
Manuel Pégourié-Gonnard 2020-06-18 13:01:38 +02:00 committed by GitHub
commit d335f2b6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
Bugfix
* Set _POSIX_C_SOURCE to at least 200112L in C99 code. Reported in #3420 and fix submitted in #3421 by Nia Alarie.