Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sigword
usr/src/lib/libc/port/gen/sigsetops.c
53
#define sigword(n) ((n-1)/MAXBITNO)
usr/src/uts/common/sys/signal.h
257
#define sigword(n) (((unsigned int)((n) - 1))>>5)