JK
On Fri, 22 Mar 1996, Linus Torvalds wrote:
> No, only badly written tests break on linux. POSIX expressly states that
> ESEARCH means that the process doesn't exist, so THAT is what you should check
> against. POSIX also very expressly sais that EPERM means you don't have the
> permissions to send a signal to the process, so if you get EPERM you know that
> yes, the process exists, but I don't have the rights to signal it.
>
> Is it broken? It would be reasonably easy to fix, but do we really want to?
>
> Linus
>