Skip to content

Commit

Permalink
Add Support GHC JS Backend build at Windows Aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
GulinSS authored and Bodigrim committed Jan 5, 2025
1 parent 4b47a23 commit b6b575b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tests/*.o
tests/*.hi
tests/*.normalised
*~
.vscode
2 changes: 1 addition & 1 deletion System/Posix/Files/Common.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ defaultStatxMask = mempty
newtype ExtendedFileStatus = ExtendedFileStatus (ForeignPtr CStatx) -- ^ The constructor is considered internal and may change.

-- | The "preferred" block size for efficient filesystem I/O.
-- (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.)
fileBlockSizeX :: ExtendedFileStatus -> CBlkSize
#if HAVE_STATX
-- | Further status information about the file.
Expand Down

0 comments on commit b6b575b

Please sign in to comment.