about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-06-15 15:02:36 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-06-15 15:02:36 +0100
commit9408c4825b339c43299a39b46811fc6153740e01 (patch)
treeb1f4e68fda0b1cf3a1f18da06d4377d36ce2fd6d /Src/zsh.h
parentf37c181b29149c6829cc8a86f7348335a08d9670 (diff)
downloadzsh-9408c4825b339c43299a39b46811fc6153740e01.tar.gz
zsh-9408c4825b339c43299a39b46811fc6153740e01.tar.xz
zsh-9408c4825b339c43299a39b46811fc6153740e01.zip
users/23472: Add $sysparams[procsubstpid] to zsh/system
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 8535d48fb..8e7f20b2c 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1095,6 +1095,7 @@ struct execstack {
     pid_t cmdoutpid;
     int cmdoutval;
     int use_cmdoutval;
+    pid_t procsubstpid;
     int trap_return;
     int trap_state;
     int trapisfunc;