Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrsignal.c233 #if defined(SIGLOST) && SIGLOST != SIGPWR in strsignal()
234 case SIGLOST: in strsignal()
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsig2str.c179 #ifdef SIGLOST
180 { "LOST", SIGLOST },
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dsignal.h301 #define SIGLOST 15 macro
381 #define SIGLOST 29 /* resource lost (eg, record-lock lost) */ macro
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20154806 where SIGPWR == SIGLOST.