summaryrefslogtreecommitdiff
path: root/lang/erlang/files/patch-al
blob: e178cccaa6ea7f7a36a1132e3edebaec8b9837f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- erl_error.c.orig	Thu Feb  7 21:29:56 2002
+++ erl_error.c	Thu Feb  7 21:32:55 2002
@@ -177,6 +177,7 @@
 }
 #endif /* !HAVE_STRERROR */
 
+#ifdef 0
 #ifndef HAVE_STRERROR_R
 /*
  * A reentrant form of strerror. It's a GNU extension originally.
@@ -218,6 +219,7 @@
     return buf;
 }
 #endif /* !HAVE_STRERROR_R */
+#endif
 
 
 /* Print a message and return to caller.