diff options
author | Rob Landley <rob@landley.net> | 2019-04-21 04:25:08 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-21 04:25:08 -0500 |
commit | 0e289fc0516507811379be52c08664f915eeed2c (patch) | |
tree | d223da5457cb48f764cf4077f64703a4bb06f9e4 | |
parent | 6314cf515cdeca72ab6ecd3423c22f98b6ffb516 (diff) | |
download | toybox-0e289fc0516507811379be52c08664f915eeed2c.tar.gz |
Forgot to check in the toys.envc declaration.
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ extern struct toy_context { char **optargs; // Arguments left over from get_optflags() unsigned long long optflags; // Command line option flags from get_optflags() int optc; // Count of optargs + int envc; // Count of original environ entries int old_umask; // Old umask preserved by TOYFLAG_UMASK short toycount; // Total number of commands in this build short signal; // generic_signal() records what signal it saw here |