FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_W_INT
crypto/openssh/openbsd-compat/bsd-waitpid.h
36
#define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */
sys/sys/wait.h
49
#define _W_INT(i) (i)