David Brown | be2db16 | 2021-05-11 12:44:40 -0600 | [diff] [blame^] | 1 | Bugfix |
2 | * In library/net_sockets.c, _POSIX_C_SOURCE and _XOPEN_SOURCE are | ||||
3 | defined to specific values. If the code is used in a context | ||||
4 | where these are already defined, this can result in a compilation | ||||
5 | error. Instead, assume that if they are defined, the values will | ||||
6 | be adequate to build Mbed TLS. |