Revert previous cycling-reference commit.

This commit is contained in:
Jiancong 2018-04-05 22:06:43 +08:00
commit 48471b1454
3 changed files with 6 additions and 8 deletions

View file

@ -100,7 +100,7 @@ protected:
* @brief Traps the specified signals for the entire process.
*/
CORE_POSIX_DLL_PUBLIC
SignalTrap* trap_signals_for_process(
std::shared_ptr<SignalTrap> trap_signals_for_process(
std::initializer_list<core::posix::Signal> blocked_signals);
/**