From b553a22f05b06526a9a8fd06ff28ddd486c5d9e4 Mon Sep 17 00:00:00 2001 From: MacroModel <33865334+MacroModel@users.noreply.github.com> Date: Sun, 29 Jun 2025 18:41:20 +0800 Subject: [PATCH] Update posix_options.h --- include/fast_io_hosted/mmap/posix_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_io_hosted/mmap/posix_options.h b/include/fast_io_hosted/mmap/posix_options.h index 7c2d16ea..12e983e0 100644 --- a/include/fast_io_hosted/mmap/posix_options.h +++ b/include/fast_io_hosted/mmap/posix_options.h @@ -23,7 +23,7 @@ struct posix_mmap_options { // 0x4000000u on pdp11 is ul, on pdp11 mask is all poped constexpr unsigned mask{~static_cast(0x4000000u)}; - flags = staic_cast(staic_cast(flags) & mask); + flags = static_cast(static_cast(flags) & mask); } } #endif