mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
fix
This commit is contained in:
parent
b2a17cb320
commit
0409b775bf
@ -65,9 +65,10 @@ void DirectoryWatcherBase::watchFunc()
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wreserved-identifier"
|
||||
FD_ZERO(&fds);
|
||||
FD_SET(fd, &fds);
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
FD_SET(fd, &fds);
|
||||
|
||||
struct timeval tv;
|
||||
tv.tv_sec = 0;
|
||||
tv.tv_usec = 200000;
|
||||
|
Loading…
Reference in New Issue
Block a user