Fix code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
21dfce7a5c
commit
f5e531a87b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#define _POSIX_C_SOURCE 200112L
|
#define _POSIX_C_SOURCE 200112L
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined (_GNU_SOURCE)
|
#if !defined(_GNU_SOURCE)
|
||||||
/* Clang requires this to get support for explicit_bzero */
|
/* Clang requires this to get support for explicit_bzero */
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue