diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-25 23:16:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-25 23:16:56 +0000 |
commit | b9cbf9d72130f1bd3da48ac94cb1754c97c2bbcd (patch) | |
tree | b87ef600b05d9debe8c75013609ac0fecbbb31ee | |
parent | 52c828525facfab91d75692c6e545ad1c7f4a9f2 (diff) | |
download | glibc-b9cbf9d72130f1bd3da48ac94cb1754c97c2bbcd.tar.gz glibc-b9cbf9d72130f1bd3da48ac94cb1754c97c2bbcd.tar.xz glibc-b9cbf9d72130f1bd3da48ac94cb1754c97c2bbcd.zip |
* sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
(getutent_r_file, internal_getut_r): Updated all callers. (getutline_r_file, pututline_file, updwtmp_file): Likewise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ee5b9f5eee..fba8c6bae1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-25 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl. + (getutent_r_file, internal_getut_r): Updated all callers. + (getutline_r_file, pututline_file, updwtmp_file): Likewise. + 2002-08-25 Ulrich Drepper <drepper@redhat.com> * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is |