diff options
Diffstat (limited to 'src/bun.js/bindings/glibc-versions-hack.cpp')
-rw-r--r-- | src/bun.js/bindings/glibc-versions-hack.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bun.js/bindings/glibc-versions-hack.cpp b/src/bun.js/bindings/glibc-versions-hack.cpp index eae53429a..1cfce5fb4 100644 --- a/src/bun.js/bindings/glibc-versions-hack.cpp +++ b/src/bun.js/bindings/glibc-versions-hack.cpp @@ -23,8 +23,9 @@ #endif #if defined(__x86_64__) -// force older pow +// Force older versions of symbols __asm__(".symver pow,pow@GLIBC_2.2.5"); +__asm__(".symver log,log@GLIBC_2.2.5"); #endif // ban statx, for now |