mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
src/c/unixint.d: fixed typo that only affects the single-threaded builds.
This commit is contained in:
parent
4e92699b29
commit
6b20a47fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ unblock_signal(int signal)
|
|||
# ifdef ECL_THREADS
|
||||
pthread_sigmask(SIG_SETMASK, cl_core.default_sigmask, NULL);
|
||||
# else
|
||||
sigprocmask(SIG_SETMASK, cl_core.default_sigmaks, NULL);
|
||||
sigprocmask(SIG_SETMASK, cl_core.default_sigmask, NULL);
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue