* Not every OS knows about SIGPOLL.

This commit is contained in:
Eelco Dolstra 2006-12-04 22:58:44 +00:00
parent 7751160e9f
commit 0d40f6d7bb
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
using namespace nix;
#ifndef SIGPOLL
#define SIGPOLL SIGIO
#endif
static Path readStorePath(Source & from)
{
Path path = readString(from);