mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +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);
|
||||
#endif
|
||||
|
||||
#ifdef USE_THREAD
|
||||
#ifdef USE_THREADS
|
||||
if (SCM_UNBNDP (thread))
|
||||
thread = scm_current_thread ();
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue