diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-10-23 08:38:17 +0200 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-10-23 08:38:17 +0200 |
commit | 00afeeb7f68f8dddf624426fb73e7a153605de4d (patch) | |
tree | 09ad9f9df1f02e49b861d146f313e011680e2d6d /hurd/glibc/internals.mdwn | |
parent | d2275ce2dce08d55e908bfc37b471f0febcfd178 (diff) |
hurd/glibc/internals (Signals): Begin.
Diffstat (limited to 'hurd/glibc/internals.mdwn')
-rw-r--r-- | hurd/glibc/internals.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hurd/glibc/internals.mdwn b/hurd/glibc/internals.mdwn index 2ced0543..45bb0dab 100644 --- a/hurd/glibc/internals.mdwn +++ b/hurd/glibc/internals.mdwn @@ -10,7 +10,7 @@ License|/fdl]]."]]"""]] Some bits about this, some bits about that. ---- +# Controlling TTY Hurd controlling tty behavior is generally consistent with BSD's, including `TIOCSCTTY`. Linux also has `TIOCSCTTY` and it is harmless to use it there. @@ -19,3 +19,9 @@ zero). C.f. <http://lists.gnu.org/archive/html/bug-hurd/2009-10/msg00030.html> and the following messages. + +# Sinals + +[[Unix]] signals are implemented in glibc. + +In every process, signals are handled in a separate signal thread. |