Home
last modified time | relevance | path

Searched refs:__WIFCONTINUED (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/posix/sys/
Dwait.h60 # ifdef __WIFCONTINUED
61 # define WIFCONTINUED(status) __WIFCONTINUED (status)
/glibc-2.36/bits/
Dwaitstatus.h49 # define __WIFCONTINUED(status) ((status) == __W_CONTINUED) macro
/glibc-2.36/stdlib/
Dstdlib.h50 # ifdef __WIFCONTINUED
51 # define WIFCONTINUED(status) __WIFCONTINUED (status)
/glibc-2.36/ChangeLog.old/
DChangeLog.152280 * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
2281 * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
2283 [WCONTINUED] (__WIFCONTINUED): New macro.