summaryrefslogtreecommitdiff
path: root/desktop/unx/source/file_image_unx.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/source/file_image_unx.c')
-rw-r--r--desktop/unx/source/file_image_unx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/unx/source/file_image_unx.c b/desktop/unx/source/file_image_unx.c
index 89df91e1314a..f1320cc2bc56 100644
--- a/desktop/unx/source/file_image_unx.c
+++ b/desktop/unx/source/file_image_unx.c
@@ -24,12 +24,6 @@
#include <errno.h>
#include <fcntl.h>
-#if defined(LINUX)
-# ifndef __USE_BSD
-# define __USE_BSD /* madvise, MADV_WILLNEED */
-# endif
-#endif /* Linux */
-
#include <sys/mman.h>
#include <sys/stat.h>