blob: 98cf2d0122759d70b3867159eeaa8eddb03afc08 [file] [log] [blame]
David Brownbe2db162021-05-11 12:44:40 -06001Bugfix
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.