diff options
Diffstat (limited to 'glibc/signal.mdwn')
-rw-r--r-- | glibc/signal.mdwn | 5 |
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]] |