Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs
- X-seq: zsh-workers 15548
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: RE: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs
- Date: Tue, 31 Jul 2001 12:30:06 +0400
- Cc: Timothy Miller <tsm@xxxxxxxxxxxx>
- Importance: Normal
- In-reply-to: <200107310820.KAA02935@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> Aha. Hm, well, is there any Unix where killpg(p, s) does something
> different than kill(-p, s)?
It should be the same by definition:
If pgrp is greater than 1, killpg(pgrp, sig) is equivalent to
kill(-pgrp, sig). If pgrp is less than or equal to 1, the behavior of
killpg() is undefined.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author