This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5d8af1566b mktime: DEBUG_MKTIME cleanup new 346ef23f19 hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 15 +++++ sysdeps/mach/hurd/Makefile | 4 ++ sysdeps/mach/hurd/bits/fcntl.h | 15 ++++- sysdeps/mach/hurd/f_setlk.c | 69 ++++++++++++++++++++++ locale/lc-collate.c => sysdeps/mach/hurd/f_setlk.h | 10 ++-- sysdeps/mach/hurd/fcntl.c | 58 +++++++++--------- sysdeps/mach/hurd/fcntl64.c | 1 + 7 files changed, 133 insertions(+), 39 deletions(-) create mode 100644 sysdeps/mach/hurd/f_setlk.c copy locale/lc-collate.c => sysdeps/mach/hurd/f_setlk.h (77%) create mode 100644 sysdeps/mach/hurd/fcntl64.c