Home
last modified time | relevance | path

Searched refs:WIFCONTINUED (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/headers/posix/
Dsys_wait_h.c41 #if !defined(WIFCONTINUED) in sys_wait_h()
42 #error WIFCONTINUED in sys_wait_h()
/bionic/libc/include/bits/
Dwait.h62 #define WIFCONTINUED(__status) ((__status) == 0xffff) macro