Buildbot wack-a-mole!

This should fix the netbsd bot I just broke.

llvm-svn: 300638
This commit is contained in:
Chris Bieneman 2017-04-19 01:15:17 +00:00
parent 9adebede00
commit 32ed478d40
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) {
void MainLoop::UnregisterSignal(int signo) {
#if SIGNAL_POLLING_UNSUPPORTED
error.SetErrorString("Signal polling is not supported on this platform.");
Error("Signal polling is not supported on this platform.");
return nullptr;
#else
// We undo the actions of RegisterSignal on a best-effort basis.