fix windows build more
This commit is contained in:
parent
0084e0f053
commit
ca18baecdb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ lockShared file = tryMakeLockHandle P.lockPool file
|
||||||
- content, a separate LockFile should be used. -}
|
- content, a separate LockFile should be used. -}
|
||||||
lockExclusive :: LockFile -> IO (Maybe LockHandle)
|
lockExclusive :: LockFile -> IO (Maybe LockHandle)
|
||||||
lockExclusive file = tryMakeLockHandle P.lockPool file
|
lockExclusive file = tryMakeLockHandle P.lockPool file
|
||||||
(\p f -> P.tryTakeLock f LockExclusive)
|
(\p f -> P.tryTakeLock p f LockExclusive)
|
||||||
(\f -> fmap mk <$> F.lockExclusive f)
|
(\f -> fmap mk <$> F.lockExclusive f)
|
||||||
|
|
||||||
{- If the initial lock fails, this is a BUSY wait, and does not
|
{- If the initial lock fails, this is a BUSY wait, and does not
|
||||||
|
|
Loading…
Add table
Reference in a new issue