forked from lix-project/lix
* Not every OS knows about SIGPOLL.
This commit is contained in:
parent
7751160e9f
commit
0d40f6d7bb
|
@ -18,6 +18,11 @@
|
|||
using namespace nix;
|
||||
|
||||
|
||||
#ifndef SIGPOLL
|
||||
#define SIGPOLL SIGIO
|
||||
#endif
|
||||
|
||||
|
||||
static Path readStorePath(Source & from)
|
||||
{
|
||||
Path path = readString(from);
|
||||
|
|
Loading…
Reference in a new issue