diff --git a/sh.h b/sh.h index 1653efb..67be7f1 100644 --- a/sh.h +++ b/sh.h @@ -164,7 +164,7 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.647 2013/04/01 02:37:51 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.648 2013/04/26 17:23:15 tg Exp $"); #endif #define MKSH_VERSION "R44 2013/03/31" @@ -370,6 +370,7 @@ extern int revoke(const char *); #endif #if defined(DEBUG) || !HAVE_STRERROR +#undef strerror #define strerror /* poisoned */ dontuse_strerror #define cstrerror /* replaced */ cstrerror extern const char *cstrerror(int);