aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent31604a65d1939a64e89b4329157cf6bbaf51bc61 (diff)
downloadglibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.tar
glibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.tar.gz
glibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.tar.bz2
glibc-69c7e1ddd555d68a0dc6ff36a831b523715e7cc2.zip
Update.
* sysdeps/gnu/bits/utmp.h (struct exit_status): Define members * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 2 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f214a2b6ec..b547f7a9ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,8 @@
1998-12-05 Ulrich Drepper <drepper@cygnus.com>
- * 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 <drepper@cygnus.com>