mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
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:
commit
d335f2b6cb
4 changed files with 5 additions and 3 deletions
2
ChangeLog.d/bugfix_PR3421.txt
Normal file
2
ChangeLog.d/bugfix_PR3421.txt
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue