Next: , Previous: Solaris-Specific Considerations, Up: Platform-Specific Information for the Run-Time Libraries


A.5 Linux-Specific Considerations

On GNU/Linux without NPTL support (usually system with GNU C Library older than 2.3), the signal model is not POSIX compliant, which means that to send a signal to the process, you need to send the signal to all threads, e.g. by using killpg().