| # | Line 118 | Line 118 | void pmapBiasCompReport (char *stats) | |
|---|---|---|
| 118 | eputs(errmsg); | |
| 119 | fflush(stderr); | |
| 120 | ||
| 121 | < | #ifndef BSD |
| 121 | > | #ifdef SIGCONT |
| 122 | signal(SIGCONT, pmapPreCompReport); | |
| 123 | #endif | |
| 124 | } | |
| # | Line 179 | Line 179 | void pmapBiasCompReport (char *stats) | |
| 179 | eputs(errmsg); | |
| 180 | fflush(stderr); | |
| 181 | ||
| 182 | < | #ifndef BSD |
| 182 | > | #ifndef SIGCONT |
| 183 | signal(SIGCONT, pmapDistribReport); | |
| 184 | #endif | |
| 185 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |