Home
last modified time | relevance | path

Searched defs:WSETEXIT (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dgdb_wait.h82 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) macro
84 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) macro