From 73372af094d8631c004ef9c6804364308c7d6093 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 30 May 2008 20:38:08 +0000 Subject: - cannot really guarantee proper order, so play safe and compile the problematic sources separately for now. --- libc/string/__xpg_strerror_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/__xpg_strerror_r.c') diff --git a/libc/string/__xpg_strerror_r.c b/libc/string/__xpg_strerror_r.c index ce186a061..001115261 100644 --- a/libc/string/__xpg_strerror_r.c +++ b/libc/string/__xpg_strerror_r.c @@ -6,7 +6,7 @@ */ /* Make sure we get proper strerror_r() prototype */ -#define strerror_r __moo +#define strerror_r _hidestrerror_r #include #include -- cgit v1.2.3