mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Improve comments
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
85fba901ff
commit
c9c6e8d189
|
|
@ -19,9 +19,12 @@
|
||||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||||
*/
|
*/
|
||||||
#ifndef _BSD_SOURCE
|
#ifndef _BSD_SOURCE
|
||||||
#define _BSD_SOURCE /* Required to enable compilation under --std=c99 */
|
/* Required to get htole64() from gcc/glibc's endian.h (older systems)
|
||||||
|
* when we compile with -std=c99 */
|
||||||
|
#define _BSD_SOURCE
|
||||||
#endif
|
#endif
|
||||||
#ifndef _DEFAULT_SOURCE
|
#ifndef _DEFAULT_SOURCE
|
||||||
|
/* (modern version of _BSD_SOURCE) */
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue