diff options
-rw-r--r-- | pw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1132,11 +1132,13 @@ static void ttyget(int fd, struct termios *tty) panic("unable to get TTY parameters"); } +#ifdef SIGWINCH static void sigwinch(int sig) { (void) sig; winch = 1; } +#endif static char **resizebuf(char **buf, size_t nlfrom, size_t nlto) { |