bindfs: fix aarch64 build

This commit is contained in:
Michael Gehring 2016-10-15 14:54:45 +02:00
parent 9210b50392
commit 6f7879a736

View file

@ -0,0 +1,11 @@
--- 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>