mpd/src/unix
Rosen Penev 3540cf26b1 replace exit and _exit with std variants
_exit and std::_Exit are identical, expect the latter is standard C++.

Added several functions to the std namespace as a result of headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-26 18:44:09 -07:00
..
Daemon.cxx replace exit and _exit with std variants 2020-03-26 18:44:09 -07:00
Daemon.hxx replace noreturn attribute with standard C++ version 2020-03-16 00:08:18 -07:00
PidFile.hxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
SignalHandlers.cxx replace signal.h with csignal.h 2020-03-12 18:56:51 -07:00
SignalHandlers.hxx unix/SignalHandlers: pass Instance to ...Init() 2020-02-17 15:23:03 +01:00