mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-12 10:00:56 +01:00
zsh-workers/7584
This commit is contained in:
parent
b785e1b02f
commit
5d25a9b2c4
3 changed files with 11 additions and 28 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue