summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/glibc.mdwn2
-rw-r--r--hurd/glibc/internals.mdwn8
2 files changed, 8 insertions, 2 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn
index 454b8e34..bdfed833 100644
--- a/hurd/glibc.mdwn
+++ b/hurd/glibc.mdwn
@@ -18,4 +18,4 @@ For information about how the glibc integrates into the system, see sections
[[Debugging_glibc|debugging/glibc]].
-[[Internals.]]
+[[Internals]].
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.