diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-15 16:25:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-15 16:25:22 +0000 |
commit | 2f85f8807d39be6b9009d09c0881b8c7c5f7e6f4 (patch) | |
tree | 47a1f2d163c6a0b1539bb6b617ef676212950d78 | |
parent | d144e1d29e65628fbb26a96a028bfb65ed1af697 (diff) | |
download | glibc-2f85f8807d39be6b9009d09c0881b8c7c5f7e6f4.tar.gz glibc-2f85f8807d39be6b9009d09c0881b8c7c5f7e6f4.tar.xz glibc-2f85f8807d39be6b9009d09c0881b8c7c5f7e6f4.zip |
(sig): Add intr-msg.
-rw-r--r-- | hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 58bea5f1c0..2828a80024 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -53,7 +53,7 @@ routines = hurdstartup hurdinit \ $(sig) $(dtable) hurdinline port-cleanup sig = hurdsig hurdfault faultexc siginfo hurd-raise preempt-sig \ trampoline longjmp-ts catch-exc exc2signal hurdkill sigunwind \ - thread-self thread-cancel + thread-self thread-cancel intr-msg dtable = dtable port2fd new-fd alloc-fd intern-fd \ getdport openport \ fd-close fd-read fd-write hurdioctl ctty-input ctty-output |