blob: 5487e2e3f45613d59f18e66019b38a9fd219b519 (
plain)
1
2
3
4
|
This directory provides a signal implementation, which is appropriate
for operating systems where signals are managed at user-level. It is
up to the run-time to catch the signals and forward them to the
implementation via, e.g., the pthread_kill_info_np call.
|