FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sigmask
crypto/krb5/src/util/ss/ss_internal.h
112
#undef sigmask
crypto/krb5/src/util/ss/ss_internal.h
114
#define sigmask(x) (1L<<(x)-1)
sys/sys/signal.h
453
#define sigmask(m) (1 << ((m)-1))