aboutsummaryrefslogtreecommitdiff
path: root/glibc/signal.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-05-09 10:47:56 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-05-09 10:47:56 +0200
commit2bc136e680877b6a9d17d6a0e815b47775088d67 (patch)
tree21400fef6b3d6e6f59c4a504038348da78397264 /glibc/signal.mdwn
parent946dbc8338a431b78e4a7b25d24fda36ee4cadf3 (diff)
downloadweb-2bc136e680877b6a9d17d6a0e815b47775088d67.tar.gz
web-2bc136e680877b6a9d17d6a0e815b47775088d67.tar.bz2
web-2bc136e680877b6a9d17d6a0e815b47775088d67.zip
IRC.
Diffstat (limited to 'glibc/signal.mdwn')
-rw-r--r--glibc/signal.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/glibc/signal.mdwn b/glibc/signal.mdwn
index 67028fef..84153cff 100644
--- a/glibc/signal.mdwn
+++ b/glibc/signal.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -9,7 +10,7 @@ is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
The [[*UNIX signalling mechanism*|unix/signal]] is implemented for the GNU Hurd
-by means of a separate *signal-handling [[thread]]* that is part of every
+by means of a separate *[[signal_thread]]* that is part of every
[[process]]. This makes handling of signals a separate thread of control.
* [[SA_SIGINFO, SA_SIGACTION|open_issues/sa_siginfo_sa_sigaction]]