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 fc77cbb commit b4353e9Copy full SHA for b4353e9
src/node_os.cc
@@ -16,7 +16,7 @@
16
# include <unistd.h> // gethostname, sysconf
17
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
18
# include <sys/utsname.h>
19
-#endif // __MINGW32__
+#endif // __POSIX__
20
21
// Add Windows fallback.
22
#ifndef MAXHOSTNAMELEN
0 commit comments