diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-09-15 22:20:58 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-09-15 22:20:58 +0200 |
commit | 7d1702c342f79fd2a80b59ccbec392388b219a0e (patch) | |
tree | fb9734e311f399714a7f2d9dc58461c482e8ab0b /open_issues/libpthread_glibc_nptl_testsuite.mdwn | |
parent | bc59282d66189f60a1c6ee41e6243bd42eb51569 (diff) | |
download | web-7d1702c342f79fd2a80b59ccbec392388b219a0e.tar.gz web-7d1702c342f79fd2a80b59ccbec392388b219a0e.tar.bz2 web-7d1702c342f79fd2a80b59ccbec392388b219a0e.zip |
remove pthread_create ENOMEM return value bug
it has been just fixed
Diffstat (limited to 'open_issues/libpthread_glibc_nptl_testsuite.mdwn')
-rw-r--r-- | open_issues/libpthread_glibc_nptl_testsuite.mdwn | 2 |
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"]]. |