diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2002-08-29 23:06:07 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-08-29 23:06:07 +0000 |
| commit | d8b5986dd6a718d948b9ea0e2da3256ac45bff42 (patch) | |
| tree | 24c4da9130c487d85f113d7fdfa44a22f470cb61 /lib/libpthread/thread/thr_sig.c | |
| parent | ee92a1ab51e1543706ad3802c5d218b04df5e0ba (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sig.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sig.c b/lib/libpthread/thread/thr_sig.c index 7aa9b53967b3..cf319c694f5d 100644 --- a/lib/libpthread/thread/thr_sig.c +++ b/lib/libpthread/thread/thr_sig.c @@ -536,7 +536,7 @@ thread_sig_handle_special(int sig) * Set the file descriptor to non-blocking: */ __sys_fcntl(i, F_SETFL, - _thread_fd_table[i]->flags | O_NONBLOCK); + _thread_fd_getflags(i) | O_NONBLOCK); } } /* |
