Home | History | Annotate | Download | only in binutils

Lines Matching defs:WTERMSIG

288 #ifndef WTERMSIG
289 #define WTERMSIG(w) ((w) & 0177)
301 #ifndef WTERMSIG
302 #define WTERMSIG(w) ((w) & 0x7f)
1374 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));