Hd-rum-traslator: omit pthread_yield on a non-Linux

This commit is contained in:
Martin Pulec
2013-03-18 17:22:21 +01:00
parent 7379ce94af
commit 3113f74fb9

View File

@@ -458,7 +458,9 @@ int main(int argc, char **argv)
&& !should_exit) {
if (qtail->size <= 0) {
#ifdef HAVE_LINUX
pthread_yield();
#endif
}
else {
qtail = qtail->next;