diff options
author | Alfredo Cardigliano <cardigliano@ntop.org> | 2022-09-13 10:41:44 +0200 |
---|---|---|
committer | Alfredo Cardigliano <cardigliano@ntop.org> | 2022-09-13 10:41:44 +0200 |
commit | 973950d8812ba58d6c72ea58badbd62e5152ff07 (patch) | |
tree | a2c7ee0beb774aeb71f01b24cf8e67839a06b001 /tests/unit | |
parent | 4f584f78a0c11ebecfe999e6a728db24efda5e8b (diff) |
Replace obsolete linux macro
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit.c b/tests/unit/unit.c index 9c115031d..5123155e0 100644 --- a/tests/unit/unit.c +++ b/tests/unit/unit.c @@ -18,7 +18,7 @@ * */ -#ifdef linux +#ifdef __linux__ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif |