Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitstatus.h42 # define __WIFSIGNALED(status) \ macro
46 # define __WIFSIGNALED(status) (!__WIFSTOPPED(status) && !__WIFEXITED(status)) macro