mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* scmsigs.h (scm_init_scmsigs): new prototype.
(scm_init_scmsigs): new prototype.
This commit is contained in:
parent
def4d44130
commit
45c8b16027
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
|||
extern SCM scm_sigaction (SCM signum, SCM handler, SCM flags);
|
||||
extern SCM scm_restore_signals (void);
|
||||
extern SCM scm_alarm (SCM i);
|
||||
extern SCM scm_setitimer (SCM which_timer,
|
||||
SCM interval_seconds, SCM interval_microseconds,
|
||||
SCM value_seconds, SCM value_microseconds);
|
||||
extern SCM scm_getitimer (SCM which_timer);
|
||||
extern SCM scm_pause (void);
|
||||
extern SCM scm_sleep (SCM i);
|
||||
extern SCM scm_usleep (SCM i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue