bug-hurd
[Top][All Lists]
Advanced

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

Re: glibc preparation patch for lockf support in Hurd


From: Roland McGrath
Subject: Re: glibc preparation patch for lockf support in Hurd
Date: Tue, 19 Aug 2014 13:26:25 -0700 (PDT)

If we were starting from scratch, we'd use 64-bit types unconditionally.
But given that we already have off_t that is sometimes 32 bits, we should
be consistent with the other systems that have this distinction.  That
means F_GETLK64 should be a different value from F_GETLK in the ABI, and
F_GETLK gets that value under __USE_FILE_OFFSET64 (where 'struct flock'
also gets the 'struct flock64' layout).



reply via email to

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