summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-08-07 22:21:09 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-08-07 22:57:58 +0200
commit642de69b2152489fed2d0af9cf7c201e9a7d33dc (patch)
treefbbee63718942586c0f7d921d6aeb502b98e09b6
parenta0bca9895bca67591127680860077b2658830e96 (diff)
* signal/README: Add note about accompanying sysdeps/generic/ files.
-rw-r--r--signal/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/signal/README b/signal/README
index 259ec4c..4963b26 100644
--- a/signal/README
+++ b/signal/README
@@ -3,5 +3,10 @@ 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.
+The files in this directory are accompanied by the generic implementations
+found in sysdeps/generic/: killpg.c, raise.c, sigaddset.c, sigdelset.c,
+sigemptyset.c, sigfillset.c, siginterrupt.c, sigismember.c, signal.c,
+sigwait.c.
+
This implementation was once used for a native port running on L4, but is not
currently used in any libpthread port bundled in this release.