diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |