diff options
Diffstat (limited to 'libpthread/signal/README')
-rw-r--r-- | libpthread/signal/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpthread/signal/README b/libpthread/signal/README deleted file mode 100644 index 5487e2e3..00000000 --- a/libpthread/signal/README +++ /dev/null @@ -1,4 +0,0 @@ -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. |