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 2081082 commit a35ba7eCopy full SHA for a35ba7e
src/node.cc
@@ -429,7 +429,7 @@ void ResetSignalHandlers() {
429
#endif // __POSIX__
430
}
431
432
-static std::atomic<uint64_t> init_process_flags = 0;
+static std::atomic<uint32_t> init_process_flags = 0;
433
434
static void PlatformInit(ProcessInitializationFlags::Flags flags) {
435
// init_process_flags is accessed in ResetStdio(),
0 commit comments