Revert "cygserver: Revamp thread sleep handling"

This reverts commit b80b2c0119.
This commit is contained in:
Corinna Vinschen
2017-06-20 13:09:07 +02:00
parent 185cd97d24
commit c5ca43f359
5 changed files with 99 additions and 71 deletions

View File

@ -46,9 +46,6 @@ __FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/kern/sysv_msg.c,v 1.5
#ifdef __CYGWIN__
#define MSG_DEBUG
#define _mk_msgid(P) ((P) - msqids)
#define msleep(P,m,p,w,t) _msleep(MSQ,_mk_msgid(P),(m),(p),(w),(t))
#define wakeup(P) _wakeup(MSQ,_mk_msgid(P))
#endif /* __CYGWIN__ */
#ifdef MSG_DEBUG