summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 5f35b67..45b4cdc 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@
pthread_kill and pthread_sigmask are defined in <pthread.h> and not
<signal.h> as they should be. Once we are compiled with glibc,
this should be eaiser.
-** Must add the restrict keyword where appropriate for full compliance.
* Test cases. Can never have enough.
@@ -14,10 +13,6 @@
platforms.
* Implementation details
-** Feature test macros
- This is most likely wrong. We need a standards expert to really
- look over this or someone who can outline what I need to do.
-
** pthread_atfork
This cannot be implemented without either changing glibc to export
some hooks (c.f. libc/sysdeps/mach/hurd/fork.c) or by providing a