diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
| commit | 7fed38d0a00297914313d5b57f3fae8ef7d4e627 (patch) | |
| tree | b72048b5daaf9c3f63615a383f3610277e497ede /lib/libpthread | |
| parent | 0d9f1a69d88eaf647c139cce44c6da1df9a639a6 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -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 a4cc3c395b65..2bd855cdbe37 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -394,7 +394,7 @@ _thread_kern_scheduler(void) case PS_SELECT_WAIT: /* Return zero file descriptors ready: */ pthread->data.poll_data->nfds = 0; - /* fall through */ + /* FALLTHROUGH */ default: /* * Remove this thread from the waiting queue |
