diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-10 23:29:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-10 23:29:38 +0000 |
commit | 8bbd8b0ba260a124edd42495b4194c7b9c30d0bc (patch) | |
tree | 3e4428a04300c9b7d454842ab9d3a340163ce764 /ChangeLog | |
parent | da43dd4f9980fde957127b70f4024eaffed4e8d2 (diff) | |
download | glibc-8bbd8b0ba260a124edd42495b4194c7b9c30d0bc.tar.gz glibc-8bbd8b0ba260a124edd42495b4194c7b9c30d0bc.tar.xz glibc-8bbd8b0ba260a124edd42495b4194c7b9c30d0bc.zip |
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
l_start == 0 and l_len == 1 as we do l_len == 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d44ef731a6..bbd27444b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-10 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with + l_start == 0 and l_len == 1 as we do l_len == 0. + 2002-11-10 Ulrich Drepper <drepper@redhat.com> * po/da.po: Update from translation team. |