commit b058fb6855ec343fd4053868628a21c4ff96b96a from: rsc date: Sun Jan 29 04:17:25 2006 UTC no sharps on c lines commit - e4c74b87b6798b5255a3b794276cf83fea19b36d commit + b058fb6855ec343fd4053868628a21c4ff96b96a blob - 5a2dcd44181454506d03211de2eae22ebeb04cd8 blob + 5c4feff8a71b2d3a24341083affa00f6f900a562 --- src/lib9/sleep.c +++ src/lib9/sleep.c @@ -7,11 +7,11 @@ #if defined(__NetBSD__) || (defined(__OpenBSD__) && OpenBSD <= 200511) # define sched_yield() \ -# do{ struct timespec ts; \ -# ts.tv_sec = 0; \ -# ts.tv_nsec = 0; \ -# nanosleep(&ts, 0); \ -# }while(0) + do{ struct timespec ts; \ + ts.tv_sec = 0; \ + ts.tv_nsec = 0; \ + nanosleep(&ts, 0); \ + }while(0) #endif int