Fix OSX compilation
This commit is contained in:
parent
0d8b9c6677
commit
a4447819e5
|
@ -334,8 +334,9 @@ std::unique_ptr<UserInterface> create_local_ui(bool dummy_ui)
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
sighandler_t m_old_sighup;
|
using SigHandler = void (*)(int);
|
||||||
sighandler_t m_old_sigtstp;
|
SigHandler m_old_sighup;
|
||||||
|
SigHandler m_old_sigtstp;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (not isatty(1))
|
if (not isatty(1))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user