aboutsummaryrefslogtreecommitdiffstats
path: root/examples/file_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file_utils.c')
-rw-r--r--examples/file_utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/file_utils.c b/examples/file_utils.c
index 3b7c530..f769dc6 100644
--- a/examples/file_utils.c
+++ b/examples/file_utils.c
@@ -1,10 +1,6 @@
// Copyright 2019-2020 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#if !defined(__APPLE__) && !defined(_GNU_SOURCE)
-# define _GNU_SOURCE
-#endif
-
#include "file_utils.h"
#ifdef _WIN32