We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab901 commit 9374059Copy full SHA for 9374059
1 file changed
libraries/ThreadAPI/include/thread/Signal.hpp
@@ -114,7 +114,7 @@ class SignalHandler : public SignalFlags {
114
}
115
116
explicit SignalHandler(signal_function_callback_t function){
117
- m_sig_action.sa_handler = (_sig_func_ptr)function;
+ m_sig_action.sa_handler = (signal_function_callback_t)function;
118
119
120
explicit SignalHandler(signal_action_callback_t action){
0 commit comments