1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

typing correction

This commit is contained in:
Gary Houston 1999-09-20 22:04:51 +00:00
parent afe93bdb38
commit de881428b8

View file

@ -450,7 +450,7 @@ scm_init_scmsigs ()
*/ */
#ifdef HAVE_SIGINTERRUPT #ifdef HAVE_SIGINTERRUPT
siginterrupt (i, 0); siginterrupt (i, 0);
#elif defined SA_RESTART #elif defined(SA_RESTART)
{ {
struct sigaction action; struct sigaction action;