summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-09-15 22:20:58 +0200
committerPino Toscano <toscano.pino@tiscali.it>2012-09-15 22:20:58 +0200
commit7d1702c342f79fd2a80b59ccbec392388b219a0e (patch)
treefb9734e311f399714a7f2d9dc58461c482e8ab0b /open_issues
parentbc59282d66189f60a1c6ee41e6243bd42eb51569 (diff)
remove pthread_create ENOMEM return value bug
it has been just fixed
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/libpthread_glibc_nptl_testsuite.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/open_issues/libpthread_glibc_nptl_testsuite.mdwn b/open_issues/libpthread_glibc_nptl_testsuite.mdwn
index 687f8eea..87204c9c 100644
--- a/open_issues/libpthread_glibc_nptl_testsuite.mdwn
+++ b/open_issues/libpthread_glibc_nptl_testsuite.mdwn
@@ -16,8 +16,6 @@ For fun and profit we should run [[glibc]]'s [[NPTL]] testsuite against
Also, there are sometimes issues fixed in NPTL that libpthread should also be
checked against. Totally incomplete list:
- * Return `EAGAIN` instead of `ENOMEM`, glibc
- 5bdcc10322c488f53557440acf71623d8b313ab5.
* `pthread_cancel` when single-threaded, glibc
439bf404b8fa125cf950dc1aa37838702c5353ea, [[!sourceware_PR 13613]],
[[!message-id "20120509202437.268a72b9@spoyarek"]].