Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ sigaction
Class
sigaction
3rd/lua-5.4.3/src/lua.c:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
*/
45
static void setsignal (int sig, void (*handler)(int)) {
46
struct sigaction sa;
47
sa.sa_handler = handler;
48
sa.sa_flags = 0;
49
sigemptyset(&sa.sa_mask); /* do not mask any signal */
Callers
1
setsignal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected