summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-18 05:53:56 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-18 05:53:56 +0000
commita292588437617c2aebde9cb3ff1c6eca32d7798a (patch)
tree0a217aee63ca36355799aa97e69d8a227f88afda /TODO
parent5bc3e18ae5d82c32dbdc32b9b188fe362100d0d6 (diff)
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8630bd48..aef4fd73 100644
--- a/TODO
+++ b/TODO
@@ -53,7 +53,6 @@ See `tasks', the exported task list.
*** add chflags flags to appropriate header(s)
*** declare reboot() somewhere.
*** extra commas in enums in socket.h and errnos.h.
-*** emacs, on standalone system, with no nsswitch.conf, crashes.
*** many functions that are syscalls in unix can potentially leak send rights
if a signal handler longjmp's out past them. They should probably all
be using HURD_CRITICAL_SECTION to avoid this. !!