13 lines
573 B
Diff
13 lines
573 B
Diff
diff -u -r ../MPD-0.21.3/src/fs/io/FileOutputStream.hxx ./src/fs/io/FileOutputStream.hxx
|
|
--- ../MPD-0.21.3/src/fs/io/FileOutputStream.hxx 2018-11-16 12:27:58.000000000 +0000
|
|
+++ ./src/fs/io/FileOutputStream.hxx 2018-12-31 01:08:58.577798371 +0000
|
|
@@ -46,7 +46,7 @@
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
-#if defined(__linux__) && !defined(ANDROID)
|
|
+#if defined(__linux__) && !defined(__ANDROID__)
|
|
/* we don't use O_TMPFILE on Android because Android's braindead
|
|
SELinux policy disallows hardlinks
|
|
(https://android.googlesource.com/platform/external/sepolicy/+/85ce2c7),
|