diff options
Diffstat (limited to 'mbbsd/term.c')
-rw-r--r-- | mbbsd/term.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/term.c b/mbbsd/term.c index 54acc2a6..555840d1 100644 --- a/mbbsd/term.c +++ b/mbbsd/term.c @@ -52,7 +52,6 @@ outcf(int ch) } #endif -#ifndef __linux__ static void term_resize(int sig) { @@ -85,14 +84,11 @@ term_resize(int sig) signal(SIGWINCH, term_resize); } -#endif int term_init() { -#ifndef __linux__ signal(SIGWINCH, term_resize); -#endif return YEA; } |