Skip to content
Snippets Groups Projects
Commit e2c4bc21 authored by rswindell's avatar rswindell
Browse files

Replaced missing () from YIELD definition.

parent d34ab8d6
Branches
Tags
No related merge requests found
......@@ -186,7 +186,7 @@ extern "C" {
select(0,NULL,NULL,NULL,&tv); })
#endif
#define YIELD SLEEP(1)
#define YIELD() SLEEP(1)
#if defined(_THREAD_SAFE)
#if defined(__FreeBSD__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment