diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-02-11 22:07:32 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-02-11 22:07:32 +0000 |
| commit | f434cd45ed4d4243594eaf3bc680911991071521 (patch) | |
| tree | 60fe7156adfd3940b7a8d5f3fc9b86eab71728af /lib/libpthread/thread/thr_sig.c | |
| parent | 29ac6bd228d1c75dc4c19105fa149861bff04720 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sig.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sig.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libpthread/thread/thr_sig.c b/lib/libpthread/thread/thr_sig.c index 9559bb7e759e..a005adfe70f7 100644 --- a/lib/libpthread/thread/thr_sig.c +++ b/lib/libpthread/thread/thr_sig.c @@ -941,11 +941,6 @@ _thread_sig_wrapper(void) psf->saved_state.psd_state = PS_RUNNING; break; - case PS_FILE_WAIT: - _flockfile_backout(thread); - psf->saved_state.psd_state = PS_RUNNING; - break; - case PS_COND_WAIT: _cond_wait_backout(thread); psf->saved_state.psd_state = PS_RUNNING; |
