This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".
The branch, t/lockf64 has been created
at 0b01862fafb75fbf7bb272466e5c7d55cb3f83a3 (commit)
- Log -----------------------------------------------------------------
commit 0b01862fafb75fbf7bb272466e5c7d55cb3f83a3
Author: Samuel Thibault <[email protected]>
Date: Thu Aug 28 00:42:35 2014 +0200
[WIP] [PATCH] Fix lockf64 support
struct flock64 uses 64bit values. This introduces other values for F_GETLK,
F_SETLK, F_SETLKW to distinguish between both.
* sysdeps/mach/hurd/bits/fcntl.h (F_GETLK64, F_SETLK64, F_SETLKW64): New
macros
[__USE_FILE_OFFSET64] (F_GETLK, F_SETLK, F_SETLKW): Define to F_GETLK64,
F_SETLK64, F_SETLKW64, respectively.
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): TODO: F_GET/SETLK/W64 cases.
Signed-off-by: Samuel Thibault <[email protected]>
-----------------------------------------------------------------------
hooks/post-receive
--
glibc maintenance