Remove unneeded forward-declaration of select()

This commit is contained in:
Tim Wojtulewicz 2022-11-11 16:02:52 -07:00
parent bd52ab1a55
commit accac2d3bb

View file

@ -40,13 +40,6 @@ extern "C"
#include "zeek/plugin/Manager.h"
#include "zeek/session/Manager.h"
#ifndef _MSC_VER
extern "C"
{
extern int select(int, fd_set*, fd_set*, fd_set*, struct timeval*);
}
#endif
static double last_watchdog_proc_time = 0.0; // value of above during last watchdog
extern int signal_val;