1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
This commit is contained in:
Andy Wingo 2014-02-07 15:26:02 +01:00
commit 01a8d00ca3

View file

@ -496,7 +496,7 @@ SCM_DEFINE (scm_restore_signals, "restore-signals", 0, 0, 0,
} }
#undef FUNC_NAME #undef FUNC_NAME
#if defined HAVE_ALARM && HAVE_DECL_ALARM #if HAVE_DECL_ALARM
SCM_DEFINE (scm_alarm, "alarm", 1, 0, 0, SCM_DEFINE (scm_alarm, "alarm", 1, 0, 0,
(SCM i), (SCM i),
"Set a timer to raise a @code{SIGALRM} signal after the specified\n" "Set a timer to raise a @code{SIGALRM} signal after the specified\n"