incorporate more feedback from schily
This commit is contained in:
6
sh.h
6
sh.h
@@ -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) */
|
||||
|
||||
|
Reference in New Issue
Block a user