diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2000-11-11 22:20:36 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-11-11 22:20:36 +0000 |
| commit | 00e550955e3b2c5e3176124b9df5fe4a95752fb1 (patch) | |
| tree | f4f8df3e8d1ca3d165f966edf2f69f76d211aaf2 /lib/libpthread/thread/thr_kern.c | |
| parent | 422d85773184dde598515a82eaacbe758de53ad3 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
| -rw-r--r-- | lib/libpthread/thread/thr_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 67844e143e4f..4d92385837fd 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -323,7 +323,7 @@ _thread_kern_scheduler(void) * Avoid polling file descriptors if there are none * waiting: */ - if (TAILQ_EMPTY(&_workq) == 0) { + if (TAILQ_EMPTY(&_workq) != 0) { } /* * Poll file descriptors only if a new scheduling signal |
