diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-30 22:30:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-30 22:30:11 +0000 |
commit | e3b0b8baa175848d3ff72e0494581b6eddcde29a (patch) | |
tree | 59ca541721ca31e3815364fdf591a6274afbddb5 /ChangeLog | |
parent | a3022b820fa3bb5c5d2ee3260afa5b521a804c1d (diff) | |
download | glibc-e3b0b8baa175848d3ff72e0494581b6eddcde29a.zip glibc-e3b0b8baa175848d3ff72e0494581b6eddcde29a.tar.gz glibc-e3b0b8baa175848d3ff72e0494581b6eddcde29a.tar.bz2 |
Update.
2002-09-29 Bruno Haible <bruno@clisp.org>
* sysdeps/generic/utmp_file.c (LOCKING_FAILED): New macro.
(UNLOCK_FILE): Add a label.
(getutent_r_file, internal_getut_r, getutline_r_file, pututline_file,
updwtmp_file): Shut off the alarm clock when locking failed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-09-29 Bruno Haible <bruno@clisp.org> + + * sysdeps/generic/utmp_file.c (LOCKING_FAILED): New macro. + (UNLOCK_FILE): Add a label. + (getutent_r_file, internal_getut_r, getutline_r_file, pututline_file, + updwtmp_file): Shut off the alarm clock when locking failed. + 2002-09-30 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex_internal.h (re_match_context_t): Add a new member. |