Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/posix/sys/
H A Dwait.h25 #define WTERMSIG(value) (((value) >> 8) & 0xff) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h87 # define WTERMSIG(status) __WTERMSIG(__WAIT_INT(status)) macro