diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-31 19:02:02 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-31 19:02:02 +0000 |
commit | 5d25a9b2c48a09dc8c78cb6739759e3682a14d88 (patch) | |
tree | c7fa9ec008c7422a28492dad46ae057ed2a504d4 /Src/system.h | |
parent | b785e1b02fdb04d68c1b7d1bd76bf28c5dac28cb (diff) | |
download | zsh-5d25a9b2c48a09dc8c78cb6739759e3682a14d88.tar.gz zsh-5d25a9b2c48a09dc8c78cb6739759e3682a14d88.tar.xz zsh-5d25a9b2c48a09dc8c78cb6739759e3682a14d88.zip |
zsh-workers/7584
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 5 |
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 */ |