Make core::os get_page_size contextless

This commit is contained in:
ed
2024-03-06 00:52:31 -05:00
parent 9525a3a135
commit 72f38afb04
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ last_write_time_by_name :: proc(name: string) -> (File_Time, Errno) {
}
get_page_size :: proc() -> int {
get_page_size :: proc "contextless" () -> int {
unimplemented("core:os procedure not supported on JS target")
}