1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +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
siginterrupt (i, 0);
#elif defined SA_RESTART
#elif defined(SA_RESTART)
{
struct sigaction action;