fs/io/FileOutputStream: fix -Wcomment

This commit is contained in:
Max Kellermann 2018-10-31 17:18:44 +01:00
parent e79d06d595
commit 2148d4bb31
1 changed files with 1 additions and 1 deletions

View File

@ -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