Skip to content

Commit

Permalink
Undefined reference for sleep(0) #4
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Jan 17, 2019
1 parent 527e906 commit 53192fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/os/mingw32/tiny_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

#define COND_SIGNAL(x) pthread_cond_signal(&x)

#define TASK_YIELD() sleep(0)
#define TASK_YIELD() Sleep(0)


static inline uint16_t PLATFORM_TICKS()
Expand Down

0 comments on commit 53192fa

Please sign in to comment.