Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sighandler_t
src/tests/system/libroot/posix/signal_test.cpp
16
typedef void (*sighandler_t)(int);
src/tests/system/libroot/posix/signal_test.cpp
28
typedef void (*sighandler_t)(int);
src/tests/system/libroot/posix/signal_test.cpp
77
newAction.sa_handler = (sighandler_t)sigHandler;