mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Address supervisor code re-factoring feedback from Robin
This commit is contained in:
parent
172456fac0
commit
718879735e
11 changed files with 425 additions and 293 deletions
|
@ -1,5 +1,11 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
// This is all in its own source file primarily because the Linux
|
||||
// implementation uses the _GNU_SOURCE feature test macro which must be
|
||||
// defined before including any header file and lumping this together with
|
||||
// other util functions makes that requirement less apparent and less
|
||||
// self-contained.
|
||||
|
||||
#if defined(__linux__)
|
||||
|
||||
#if !defined(_GNU_SOURCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue