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:
parent
afe93bdb38
commit
de881428b8
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ scm_init_scmsigs ()
|
|||
*/
|
||||
#ifdef HAVE_SIGINTERRUPT
|
||||
siginterrupt (i, 0);
|
||||
#elif defined SA_RESTART
|
||||
#elif defined(SA_RESTART)
|
||||
{
|
||||
struct sigaction action;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue