1
Fork 0
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:
Marius Vollmer 2002-10-16 16:01:22 +00:00
parent f9b52b7aa5
commit f6ecc207bf

View file

@ -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