summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-07 23:16:41 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-07 23:16:41 +0200
commite2ae1c43d168fc6f8b34332cbb0656e5d107cbf3 (patch)
tree54f34d6b789e8e6814f2a7d2b26c1626c21f3ce0
parenta0e2516e0f10619ef708109ff3bc6b54b44d4193 (diff)
parentbcb40c851cefb12618a8729a20202e70c109ab98 (diff)
Merge branch 'foo'
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 848992d..979c38c 100644
--- a/TODO
+++ b/TODO
@@ -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,