summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_sig.c')
-rw-r--r--lib/libpthread/thread/thr_sig.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libpthread/thread/thr_sig.c b/lib/libpthread/thread/thr_sig.c
index 9559bb7..a005adf 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;
OpenPOWER on IntegriCloud