mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 07:22:43 +01:00
* Defensive programming against POSIX locking idiocy.
* Simplified realiseSlice().
This commit is contained in:
parent
545145cd58
commit
d99d04e644
3 changed files with 18 additions and 25 deletions
|
|
@ -8,6 +8,7 @@ class PathLocks
|
|||
{
|
||||
private:
|
||||
list<int> fds;
|
||||
Strings paths;
|
||||
|
||||
public:
|
||||
PathLocks(const Strings & _paths);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue