diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-04-07 23:16:20 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-04-07 23:16:20 +0200 |
commit | bcb40c851cefb12618a8729a20202e70c109ab98 (patch) | |
tree | 68ad56d1375a5aefbe27e92d6f0f2baa5799306a | |
parent | 3b391db91f70b2166951413ee1eccc78cd398a44 (diff) |
We don't have Hurd TSD any more, drop TODO entry
-rw-r--r-- | TODO | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -44,16 +44,6 @@ pthread_getschedparam pthread_setschedparam -** Alternate stacks - - Supporting alternate stacks (via pthread_attr_getstackaddr, - pthread_attr_setstackaddr, pthread_attr_getstack, - pthread_attr_setstack, pthread_attr_getstacksize and - pthread_attr_setstacksize) is no problem as long as they are of the - correct size and have the correct alignment. This is due to - limitations in the Hurd TSD implementation - (c.f. <hurd/threadvar.h>). - ** Cancelation *** Cancelation points The only cancelation points are pthread_join, pthread_cond_wait, |