From 7389b031ee054699e2df35cee82af1997321d7d7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 12 Oct 2015 00:00:00 +0200 Subject: simplified feature-test macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/error.h') diff --git a/include/error.h b/include/error.h index 0716530..8cce80c 100644 --- a/include/error.h +++ b/include/error.h @@ -60,7 +60,7 @@ void error(int, int, const char*, ...) * @param format Formatting-string for a detailed description of what happend. * @param args Formatting-arguments for `format`. */ -#if defined(_SLIBC_SOURCE) +#if defined(__SLIBC_SOURCE) void verror(int, int, const char*, va_list); #endif @@ -100,7 +100,7 @@ void error_at_line(int, int, const char*, unsigned int, const char*, ...) * @param format Formatting-string for a detailed description of what happend. * @param args Formatting-arguments for `format`. */ -#if defined(_SLIBC_SOURCE) +#if defined(__SLIBC_SOURCE) void verror_at_line(int, int, const char*, unsigned int, const char*, va_list); #endif -- cgit v1.2.3-70-g09d2