diff options
-rw-r--r-- | desktop/unx/source/file_image_unx.c | 6 |
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> |