summaryrefslogtreecommitdiff
path: root/libc/string/__xpg_strerror_r.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 20:38:08 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 20:38:08 +0000
commit73372af094d8631c004ef9c6804364308c7d6093 (patch)
treeda145b90b9296884734c15e5a86048313595f84a /libc/string/__xpg_strerror_r.c
parent60cb5307b9ae5614f0cbb280e19727e0c719a974 (diff)
- cannot really guarantee proper order, so play safe and compile the problematic
sources separately for now.
Diffstat (limited to 'libc/string/__xpg_strerror_r.c')
-rw-r--r--libc/string/__xpg_strerror_r.c2
1 files changed, 1 insertions, 1 deletions
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 <features.h>
#include <errno.h>