mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
(scm_sigaction_for_thread): It's "USE_THREADS" not "USE_THREAD".
This commit is contained in:
parent
f9b52b7aa5
commit
f6ecc207bf
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ SCM_DEFINE (scm_sigaction_for_thread, "sigaction", 1, 3, 0,
|
||||||
sigemptyset (&action.sa_mask);
|
sigemptyset (&action.sa_mask);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_THREAD
|
#ifdef USE_THREADS
|
||||||
if (SCM_UNBNDP (thread))
|
if (SCM_UNBNDP (thread))
|
||||||
thread = scm_current_thread ();
|
thread = scm_current_thread ();
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue