fs/io/FileOutputStream: fix -Wcomment
This commit is contained in:
parent
e79d06d595
commit
2148d4bb31
|
@ -50,7 +50,7 @@
|
||||||
/* we don't use O_TMPFILE on Android because Android's braindead
|
/* we don't use O_TMPFILE on Android because Android's braindead
|
||||||
SELinux policy disallows hardlinks
|
SELinux policy disallows hardlinks
|
||||||
(https://android.googlesource.com/platform/external/sepolicy/+/85ce2c7),
|
(https://android.googlesource.com/platform/external/sepolicy/+/85ce2c7),
|
||||||
even hardlinks from /proc/self/fd/*, which however is required to
|
even hardlinks from /proc/self/fd/N, which however is required to
|
||||||
use O_TMPFILE */
|
use O_TMPFILE */
|
||||||
#define HAVE_O_TMPFILE
|
#define HAVE_O_TMPFILE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue