Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ sigaction
Class
sigaction
third-party/lua-5.5.0/src/lua.c:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
*/
46
static void setsignal (int sig, void (*handler)(int)) {
47
struct sigaction sa;
48
sa.sa_handler = handler;
49
sa.sa_flags = 0;
50
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