summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-04-20 14:25:52 -0400
committerChet Ramey <chet.ramey@case.edu>2019-04-20 14:25:52 -0400
commit41f5420db7a911fb0833be693205f4db41f05434 (patch)
treef31fd0738f087fda8e3d890004a37e8e5c451b30 /command.h
parent16c907aa3bb427618733e5a6f2f4e2fc5a3488d3 (diff)
downloadbash-41f5420db7a911fb0833be693205f4db41f05434.tar.gz
Bash-5.0 patch 5: prevent optimizing forks away too aggressively
Diffstat (limited to 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index 32495162..b9e9b669 100644
--- a/command.h
+++ b/command.h
@@ -186,6 +186,7 @@ typedef struct element {
#define CMD_COPROC_SUBSHELL 0x1000
#define CMD_LASTPIPE 0x2000
#define CMD_STDPATH 0x4000 /* use standard path for command lookup */
+#define CMD_TRY_OPTIMIZING 0x8000 /* try to optimize this simple command */
/* What a command looks like. */
typedef struct command {