: > 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.
: 
: That should be getpgrp() I think

Whoops I meant getpgid(), finally.

Reply via email to