work around a workaround in dietlibc that works around brokenness in GNU tar

/* no comment… */
This commit is contained in:
tg 2013-04-26 17:23:15 +00:00
parent 1df3efdb86
commit d515447e0e
1 changed files with 2 additions and 1 deletions

3
sh.h
View File

@ -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);