summaryrefslogtreecommitdiff
path: root/PROJECTS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-05 09:18:32 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-05 09:18:32 +0000
commit69c7e1ddd555d68a0dc6ff36a831b523715e7cc2 (patch)
treef34e55fac607f464afb11e54b8c5a2f26aba2dde /PROJECTS
parent31604a65d1939a64e89b4329157cf6bbaf51bc61 (diff)
Update.
* sysdeps/gnu/bits/utmp.h (struct exit_status): Define members * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
Diffstat (limited to 'PROJECTS')
-rw-r--r--PROJECTS8
1 files changed, 7 insertions, 1 deletions
diff --git a/PROJECTS b/PROJECTS
index 0f2a8f3eb5..3da9fa47d4 100644
--- a/PROJECTS
+++ b/PROJECTS
@@ -40,7 +40,7 @@ contact <bug-glibc@gnu.org>.
[ 6] Write `long double' versions of the math functions. This should be
done in collaboration with the NetBSD and FreeBSD people.
- The libm is in fact fdlibm (not the same as in Linux libc).
+ The libm is in fact fdlibm (not the same as in Linux libc 5).
**** Partly done. But we need someone with numerical experiences for
the rest.
@@ -192,3 +192,9 @@ contact <bug-glibc@gnu.org>.
Factors should be number of uses (of course), influenced by aging.
Just imagine a computer used by several people. The IDs of the current
user should be preferred even if the last user spent more time.
+
+
+[26] Improve the AIO implementation so that threads do not immediately
+ terminate if no more requests are available. Let them sleep for a
+ while and wake them up on demand. If after a while no request arrived
+ they really can die.