Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskellPackages.lukko: fix ofd locking on 32bit Linux platforms
Quoting the patch: > Previously, OFD locking was broken on 32-bit, because it would somehow > end up using the 64-bit fcntl() function, but pass it 32-bit off_t > values in struct flock. To fix this, tell libc to use always use > 64-bit file offsets. > > This is the same fix that was applied for a similar issue in GHC. (cherry picked from commit 4ba7115)
- Loading branch information