Address review comments - tidy usage of macros to use minimal values

This commit is contained in:
Nicholas Wilson 2018-06-25 12:10:00 +01:00
parent 2682edf205
commit 61fa436ad3
3 changed files with 8 additions and 3 deletions

View file

@ -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