Skip to content

Commit b4353e9

Browse files
juanandresnycMyles Borins
authored and
Myles Borins
committed
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 fc77cbb commit b4353e9

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
@@ -16,7 +16,7 @@
1616
# include <unistd.h> // gethostname, sysconf
1717
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
1818
# include <sys/utsname.h>
19-
#endif // __MINGW32__
19+
#endif // __POSIX__
2020

2121
// Add Windows fallback.
2222
#ifndef MAXHOSTNAMELEN

0 commit comments

Comments
 (0)