about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-31 19:02:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-31 19:02:02 +0000
commit5d25a9b2c48a09dc8c78cb6739759e3682a14d88 (patch)
treec7fa9ec008c7422a28492dad46ae057ed2a504d4 /Src/system.h
parentb785e1b02fdb04d68c1b7d1bd76bf28c5dac28cb (diff)
downloadzsh-5d25a9b2c48a09dc8c78cb6739759e3682a14d88.tar.gz
zsh-5d25a9b2c48a09dc8c78cb6739759e3682a14d88.tar.xz
zsh-5d25a9b2c48a09dc8c78cb6739759e3682a14d88.zip
zsh-workers/7584
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h
index 60f0dfe05..a3edf0fc4 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -620,3 +620,8 @@ extern short ospeed;
 #ifdef BROKEN_TCSETPGRP
 #undef JOB_CONTROL
 #endif /* BROKEN_TCSETPGRP */
+
+#ifdef BROKEN_KILL_ESRCH
+#undef ESRCH
+#define ESRCH EINVAL
+#endif /* BROKEN_KILL_ESRCH */