Greg Haerr writes:
> 
> Also, on another note, in catching signals in Linux from the terminal
> emulator, I attempt to send them to the process group with killpg().
> This routine under ELKS causes an undefined symbol getgpid() when
> linking.  It appears there's an error in linux-8086 libc.
> 

I have checked through this, and added the full Linux features to kill(2),
and the call to getpgid(3) in killpg(3) is not necessary, as calling
kill(0, SIGNAL) automatically kill the current processes pgrp.

Any thoughts on where the best place to put this is?

Al

Reply via email to