You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
573 B
12 lines
573 B
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),
|
|
|