incorporate more feedback from schily

This commit is contained in:
tg
2016-01-14 23:18:11 +00:00
parent 1b0e4f54cb
commit c51e067e62
4 changed files with 19 additions and 15 deletions

6
sh.h
View File

@@ -175,9 +175,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.754 2016/01/14 22:49:32 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.755 2016/01/14 23:18:11 tg Exp $");
#endif
#define MKSH_VERSION "R52 2016/01/13"
#define MKSH_VERSION "R52 2016/01/14"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES
@@ -379,6 +379,8 @@ struct rusage {
#define ksh_NSIG 64
#endif
#define ksh_sigmask(sig) (((sig) < 1 || (sig) > 127) ? 255 : 128 + (sig))
/* OS-dependent additions (functions, variables, by OS) */