mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
Set _DEFAULT_SOURCE and _GNU_SOURCE globally. (#2010)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
8ea0eaa0d0
commit
4e284b5e40
6 changed files with 2 additions and 13 deletions
|
|
@ -19,9 +19,6 @@
|
|||
*/
|
||||
|
||||
#ifdef __linux__
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <sched.h>
|
||||
#endif /* linux */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue