about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-26 19:29:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-26 19:29:36 +0000
commit009479366d6105713c71b413e6f92d39c08e2ab3 (patch)
tree3fc9f1a4e724de88924de0f9c7eb67a88edd4169 /ChangeLog
parent69963deb2c6d097d0773fe5e800af8036e481ee9 (diff)
downloadglibc-009479366d6105713c71b413e6f92d39c08e2ab3.tar.gz
glibc-009479366d6105713c71b413e6f92d39c08e2ab3.tar.xz
glibc-009479366d6105713c71b413e6f92d39c08e2ab3.zip
Update.
	* sysdeps/gnu/bits/utmp.h: Don't prepend exit_status elements with
	__ since utmp.h is not mentioned in any standard.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 073acf85dd..f1a0d41f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-26  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/gnu/bits/utmp.h: Don't prepend exit_status elements with
+	__ since utmp.h is not mentioned in any standard.
+
 	* sysdeps/unix/sysv/linux/i386/clone.S: When not using PIC don't
 	use jecxz since the label might be far away.