Ignore the signal SIGWINCH in the grub shell.

This commit is contained in:
okuji 2001-12-09 20:55:56 +00:00
parent 502a79c799
commit 4232395f9f
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2001-12-10 Yoshinori K. Okuji <okuji@gnu.org>
* grub/asmstub.c: Include <signal.h>.
(grub_stage2) [HAVE_LIBCURSES]: If USE_CURSES is true, ignore
the signal SIGWINCH. Reported by Christian Hudon
<chrish@debian.org>.
2001-11-29 Yoshinori K. Okuji <okuji@gnu.org>
From Jason Thomas: