Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h470 #if defined(WCOREDUMP) && !defined(WIFCORESIG)
471 # define WIFCORESIG(status) WCOREDUMP(status) macro
474 #ifndef WIFCORESIG
476 # define WIFCORESIG(status) (status & 0200) macro
478 # define WIFCORESIG(status) status.w_T.w_Coredump macro