mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 20:31:55 -08:00
Merge branch 'develop' into 'develop'
cosmetic: fix a minor typo See merge request !10
This commit is contained in:
commit
044531c908
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ ecl_set_process_env(cl_env_ptr env)
|
|||
TlsSetValue(cl_env_key, env);
|
||||
# else
|
||||
if (pthread_setspecific(cl_env_key, env))
|
||||
FElibc_error("pthread_setcspecific() failed.", 0);
|
||||
FElibc_error("pthread_setspecific() failed.", 0);
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue