about summary refs log tree commit diff
path: root/nptl/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/TODO')
-rw-r--r--nptl/TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/nptl/TODO b/nptl/TODO
index a742c85cbf..a4a1055f46 100644
--- a/nptl/TODO
+++ b/nptl/TODO
@@ -10,13 +10,3 @@ sys_futex
 
 - test with threaded process terminating and semadj (?) being applied
   only after all threads are gone
-
-
-- system() is cancelable.  What happens to the child process?  It probably
-  should be killed.
-
-  The signal handler setting is a process resource.  Setting and resetting
-  it from multiple thread must be possible.
-
-
-- the syscall wrapping code should really be in libc