Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrsignal.c234 #if defined(SIGLOST) && SIGLOST != SIGPWR in strsignal()
235 case SIGLOST: in strsignal()
/picolibc-latest/newlib/libc/signal/
Dsig2str.c180 #ifdef SIGLOST
181 { "LOST", SIGLOST },
/picolibc-latest/newlib/libc/include/
Dsignal.h207 #define SIGLOST 29 /* resource lost (eg, record-lock lost) */ macro
/picolibc-latest/newlib/
DChangeLog-20154806 where SIGPWR == SIGLOST.