summaryrefslogtreecommitdiffstats
path: root/bin/sh/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/options.h')
-rw-r--r--bin/sh/options.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sh/options.h b/bin/sh/options.h
index 2048a35..b5cd67f 100644
--- a/bin/sh/options.h
+++ b/bin/sh/options.h
@@ -64,8 +64,10 @@ struct shparam {
#define Tflag optlist[16].val
#define Pflag optlist[17].val
#define hflag optlist[18].val
+#define nologflag optlist[19].val
-#define NOPTS 19
+#define NSHORTOPTS 19
+#define NOPTS 20
struct optent {
const char *name;
@@ -95,6 +97,7 @@ struct optent optlist[NOPTS] = {
{ "trapsasync", 'T', 0 },
{ "physical", 'P', 0 },
{ "trackall", 'h', 0 },
+ { "nolog", '\0', 0 },
};
#endif
OpenPOWER on IntegriCloud