linux fixes

This commit is contained in:
Benjamin Sergeant 2019-03-14 18:54:47 -07:00
parent a0e35ad644
commit 49ec9b1d9e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
// On macOS we use UNIX pipes to wake up select.
//
#include "IXEventFd.h"
#include "IXSelectInterruptEventFd.h"
#include <sys/eventfd.h>

View File

@ -1,5 +1,5 @@
/*
* IXEventFd.cpp
* IXSelectInterruptPipe.cpp
* Author: Benjamin Sergeant
* Copyright (c) 2018-2019 Machine Zone, Inc. All rights reserved.
*/