work around a workaround in dietlibc that works around brokenness in GNU tar
/* no comment… */
This commit is contained in:
parent
1df3efdb86
commit
d515447e0e
3
sh.h
3
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);
|
||||
|
|
Loading…
Reference in New Issue