aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/glibc-versions-hack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/glibc-versions-hack.cpp')
-rw-r--r--src/bun.js/bindings/glibc-versions-hack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bun.js/bindings/glibc-versions-hack.cpp b/src/bun.js/bindings/glibc-versions-hack.cpp
index 1be279202..33d94c809 100644
--- a/src/bun.js/bindings/glibc-versions-hack.cpp
+++ b/src/bun.js/bindings/glibc-versions-hack.cpp
@@ -2,7 +2,7 @@
#if defined(__linux__)
#include <fcntl.h>
-//#include <sys/stat.h>
+// #include <sys/stat.h>
#include <stdarg.h>
#include <math.h>
#include <errno.h>
@@ -181,4 +181,4 @@ extern "C" int __wrap_mknodat(int dirfd, const char* path, __mode_t mode, __dev_
return __xmknodat(_MKNOD_VER, dirfd, path, mode, dev);
}
-#endif \ No newline at end of file
+#endif