mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove unneeded forward-declaration of select()
This commit is contained in:
parent
bd52ab1a55
commit
accac2d3bb
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue