Skip to content

Commit ee856d5

Browse files
juanandresnycjasnell
authored andcommitted
src: fix typo in #endif comment
PR-URL: #8989 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent fe9f5bc commit ee856d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_os.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# include <unistd.h> // gethostname, sysconf
1818
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
1919
# include <sys/utsname.h>
20-
#endif // __MINGW32__
20+
#endif // __POSIX__
2121

2222
// Add Windows fallback.
2323
#ifndef MAXHOSTNAMELEN

0 commit comments

Comments
 (0)