summaryrefslogtreecommitdiff
path: root/signal/README
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-08-30 23:31:39 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-08-30 23:31:39 +0200
commit16a92d2765c5732abb64742cb5d387148e0ac629 (patch)
treeabbbadbf54f87eed25f71a312e43ce7f7cb7adfe /signal/README
parent9a231435f830c459c0e214c2b99877e2ed6edb56 (diff)
parent0096579c8bea920f7c42b40ea22db621da6480a5 (diff)
Merge commit 'refs/top-bases/t/fix_inline' into t/fix_inlinet/fix_inline
Conflicts: sysdeps/l4/hurd/pt-sysdep.h
Diffstat (limited to 'signal/README')
-rw-r--r--signal/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/signal/README b/signal/README
index 5487e2e..4963b26 100644
--- a/signal/README
+++ b/signal/README
@@ -2,3 +2,11 @@ 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.
+
+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.