summaryrefslogtreecommitdiff
path: root/libpthread/signal/README
diff options
context:
space:
mode:
authorSamuel Thibault <samy@hurd.youpi.perso.aquilenet.fr>2012-05-20 13:37:32 +0000
committerSamuel Thibault <samy@hurd.youpi.perso.aquilenet.fr>2012-05-20 13:37:32 +0000
commitca35f7a6e428a95d1ff0aa40d6545820b580df1d (patch)
tree27027c7aabca1f4bbe7fb684e4f0f1a7d3b24051 /libpthread/signal/README
parentc490cb9d4c1df1adcb2e76679e1969e7fe062560 (diff)
parent756a64304b61a94b9b57ae88c4af5654152f5b8e (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'libpthread/signal/README')
-rw-r--r--libpthread/signal/README4
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.