Address review comments - tidy usage of macros to use minimal values
This commit is contained in:
parent
2682edf205
commit
61fa436ad3
3 changed files with 8 additions and 3 deletions
|
@ -19,8 +19,8 @@
|
|||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
*/
|
||||
|
||||
/* Enable definition of hostname() even when compiling with -std=c99. Must be
|
||||
* set before config.h, which pulls in glibc's features.h indirectly.
|
||||
/* Enable definition of gethostname() even when compiling with -std=c99. Must
|
||||
* be set before config.h, which pulls in glibc's features.h indirectly.
|
||||
* Harmless on other platforms. */
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue