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 <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Brian White <mscdex@mscdex.net>
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

Lines changed: 1 addition & 1 deletion
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)