aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-20 22:07:20 +0000
committerRoland McGrath <roland@gnu.org>2002-09-20 22:07:20 +0000
commit82c261269b2d8402958f7ee393d6c701b335ef7c (patch)
tree132948c73c62a04f8cf162b46a02e6ac67de88db /ChangeLog
parent800a312a56abc34e98c5b2474260adc8c4faccd7 (diff)
downloadglibc-82c261269b2d8402958f7ee393d6c701b335ef7c.tar
glibc-82c261269b2d8402958f7ee393d6c701b335ef7c.tar.gz
glibc-82c261269b2d8402958f7ee393d6c701b335ef7c.tar.bz2
glibc-82c261269b2d8402958f7ee393d6c701b335ef7c.zip
* sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
* sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry also on platforms with !HAVE_UT_TYPE. (proc_utmp_eq): Remove function. (internal_getut_r, pututline_file): Call __utmp_equal instead. 2002-09-20 Bruno Haible <bruno@clisp.org> * abi-tags: Add support for FreeBSD with ABI OS value 3. * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 094c157fa1..98cfd3138c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-09-17 Bruno Haible <bruno@clisp.org>
+
+ * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
+ * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
+ also on platforms with !HAVE_UT_TYPE.
+ (proc_utmp_eq): Remove function.
+ (internal_getut_r, pututline_file): Call __utmp_equal instead.
+
+2002-09-20 Bruno Haible <bruno@clisp.org>
+
+ * abi-tags: Add support for FreeBSD with ABI OS value 3.
+ * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
+
2002-09-20 Roland McGrath <roland@redhat.com>
* sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.