commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] glibc maintenance branch, t/lockf64, created. glibc-2.17-767-g0b01


From: Samuel Thibault
Subject: [SCM] glibc maintenance branch, t/lockf64, created. glibc-2.17-767-g0b01862
Date: Wed, 27 Aug 2014 22:43:17 +0000

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 <address@hidden>
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 <address@hidden>

-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]