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