mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-01 18:40:17 +00:00
Add changelog for posix definition
Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
a79c30b8f4
commit
be2db1687e
6
ChangeLog.d/posix-define.txt
Normal file
6
ChangeLog.d/posix-define.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Bugfix
|
||||||
|
* In library/net_sockets.c, _POSIX_C_SOURCE and _XOPEN_SOURCE are
|
||||||
|
defined to specific values. If the code is used in a context
|
||||||
|
where these are already defined, this can result in a compilation
|
||||||
|
error. Instead, assume that if they are defined, the values will
|
||||||
|
be adequate to build Mbed TLS.
|
Loading…
Reference in a new issue