From 76c69c6fe665ff10a6ea0f680b9b8e38d7cf6bb1 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 19 Mar 2008 22:12:30 +0000 Subject: [PATCH] Unlike BeOS' strerror_r() (not in headers) ours is standard-conforming and returns int. Fixes the only (unexpectedly) failing autoconf test. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24480 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/m4/lib/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/m4/lib/config.h b/src/bin/m4/lib/config.h index e5b00180b2..33a1704f20 100644 --- a/src/bin/m4/lib/config.h +++ b/src/bin/m4/lib/config.h @@ -441,7 +441,7 @@ #define STDC_HEADERS 1 /* Define to 1 if strerror_r returns char *. */ -#define STRERROR_R_CHAR_P 1 +/* #undef STRERROR_R_CHAR_P */ /* Define to 1 if using stack overflow detection */ // #define USE_STACKOVF 1