We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b47a23 commit b6b575bCopy full SHA for b6b575b
.gitignore
@@ -26,3 +26,4 @@ tests/*.o
26
tests/*.hi
27
tests/*.normalised
28
*~
29
+.vscode
System/Posix/Files/Common.hsc
@@ -993,7 +993,7 @@ defaultStatxMask = mempty
993
newtype ExtendedFileStatus = ExtendedFileStatus (ForeignPtr CStatx) -- ^ The constructor is considered internal and may change.
994
995
-- | The "preferred" block size for efficient filesystem I/O.
996
--- (Writing to a file in smaller chunks may cause an inefficient read-mod‐ify-rewrite.)
+-- (Writing to a file in smaller chunks may cause an inefficient read-modify-rewrite.)
997
fileBlockSizeX :: ExtendedFileStatus -> CBlkSize
998
#if HAVE_STATX
999
-- | Further status information about the file.
0 commit comments