diff options
Diffstat (limited to 'user/node/pmmx-time64.patch')
-rw-r--r-- | user/node/pmmx-time64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/node/pmmx-time64.patch b/user/node/pmmx-time64.patch index 4e92cd78c..b47a1a6fe 100644 --- a/user/node/pmmx-time64.patch +++ b/user/node/pmmx-time64.patch @@ -202,3 +202,15 @@ - await runTest(40691, 355, 1); // Precision loss on 32bit - await runTest(1713037251360, 1713037251360, 1); // Precision loss -} +diff -ur a/src/node_file.h b/src/node_file.h +--- a/src/node_file.h 2023-03-20 21:33:20.806694666 +0000 ++++ b/src/node_file.h 2023-03-20 21:34:14.388701175 +0000 +@@ -62,7 +62,7 @@ + AliasedBigUint64Array stats_field_bigint_array; + + AliasedFloat64Array statfs_field_array; +- AliasedBigInt64Array statfs_field_bigint_array; ++ AliasedBigUint64Array statfs_field_bigint_array; + + std::vector<BaseObjectPtr<FileHandleReadWrap>> + file_handle_read_wrap_freelist; |