summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index f00b5dce71..05d129de2a 100644
--- a/thread.c
+++ b/thread.c
@@ -2355,7 +2355,7 @@ do_select(int n, fd_set *read, fd_set *write, fd_set *except,
struct timeval *timeout)
{
int result, lerrno;
- fd_set orig_read = {}, orig_write = {}, orig_except = {};
+ fd_set orig_read, orig_write, orig_except;
#ifndef linux
double limit = 0;