11 lines
313 B
Diff
11 lines
313 B
Diff
--- tests/test_dir_rewind.c.orig 2016-10-15 14:51:53.979721035 +0200
|
|
+++ tests/test_dir_rewind.c 2016-10-15 14:52:10.176721870 +0200
|
|
@@ -3,7 +3,7 @@
|
|
//
|
|
// https://github.com/mpartel/bindfs/issues/41
|
|
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) && !defined(__aarch64__)
|
|
|
|
#define _GNU_SOURCE
|
|
#include <fcntl.h>
|