mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 14:50:50 -08:00
sleep is no longer defined in mingw.
This commit is contained in:
parent
2dcf1fd82f
commit
fbd99f41f2
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ mp_process_yield(void)
|
|||
#ifdef HAVE_SCHED_YIELD
|
||||
sched_yield();
|
||||
#else
|
||||
sleep(0); /* Use sleep(0) to yield to a >= priority thread */
|
||||
Sleep(0); /* Use sleep(0) to yield to a >= priority thread */
|
||||
#endif
|
||||
@(return)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue