From b211796d68c4a6b56f999534627791f3576b6135 Mon Sep 17 00:00:00 2001 From: Trutz Behn Date: Wed, 11 Mar 2015 19:55:51 +0100 Subject: Put include guards in the reserved namespace fortify-headers is considered part of the implementation. --- include/stdlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 4422f5e..4aff9d9 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_STDLIB_H_ -#define FORTIFY_STDLIB_H_ +#ifndef _FORTIFY_STDLIB_H +#define _FORTIFY_STDLIB_H #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #include_next -- cgit v1.3