Commit 2148d4bb authored by Max Kellermann's avatar Max Kellermann

fs/io/FileOutputStream: fix -Wcomment

parent e79d06d5
......@@ -50,7 +50,7 @@
/* we don't use O_TMPFILE on Android because Android's braindead
SELinux policy disallows hardlinks
(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 */
#define HAVE_O_TMPFILE
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment