| # | Line 65 | Line 65 | extern int writebuf(int fd, char *bpos, int siz); | |
|---|---|---|
| 65 | ||
| 66 | #ifdef _WIN32 | |
| 67 | /* any non-negative increment will send the process to IDLE_PRIORITY_CLASS. */ | |
| 68 | + | extern int win_kill(RT_PID pid, int sig /* ignored */); |
| 69 | extern int win_nice(int inc); | |
| 70 | #endif | |
| 71 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |