1
0
Fork 0
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:
Tanaka Akira 1999-08-31 19:02:02 +00:00
parent b785e1b02f
commit 5d25a9b2c4
3 changed files with 11 additions and 28 deletions

View file

@ -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 */