From 69c7e1ddd555d68a0dc6ff36a831b523715e7cc2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Dec 1998 09:18:32 +0000 Subject: Update. * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise. --- ChangeLog | 8 ++------ PROJECTS | 8 +++++++- sysdeps/gnu/bits/utmp.h | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index f214a2b6ec..b547f7a9ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,8 @@ 1998-12-05 Ulrich Drepper - * sysdeps/gnu/bits/utmp.h: Rename struct exit_status to - __exit_status. - (struct __exit_status): Define members without leading __ only for - __USE_GNU. - - * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Define members + * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members without leading __ only for __USE_GNU. + * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise. 1998-12-04 Ulrich Drepper diff --git a/PROJECTS b/PROJECTS index 0f2a8f3eb5..3da9fa47d4 100644 --- a/PROJECTS +++ b/PROJECTS @@ -40,7 +40,7 @@ contact . [ 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 . 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. diff --git a/sysdeps/gnu/bits/utmp.h b/sysdeps/gnu/bits/utmp.h index 78d090af62..a5fabb1dd7 100644 --- a/sysdeps/gnu/bits/utmp.h +++ b/sysdeps/gnu/bits/utmp.h @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #ifndef _UTMP_H -# error "Never include directly; use instead." +# error "Never include directly; use instead." #endif #include @@ -42,7 +42,7 @@ struct lastlog /* The structure describing the status of a terminated process. This type is used in `struct utmp' below. */ -struct __exit_status +struct exit_status { #ifdef __USE_GNU short int e_termination; /* Process termination status. */ -- cgit 1.4.1