@gristlabs/sqlite3 5.1.4-grist.11 → 5.1.4-grist.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/gcc-preinclude.h +2 -0
package/package.json
CHANGED
package/src/gcc-preinclude.h
CHANGED
|
@@ -13,6 +13,7 @@ __asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
|
|
|
13
13
|
__asm__(".symver exp,exp@GLIBC_2.2.5");
|
|
14
14
|
__asm__(".symver log,log@GLIBC_2.2.5");
|
|
15
15
|
__asm__(".symver pow,pow@GLIBC_2.2.5");
|
|
16
|
+
__asm__(".symver fmod,fmod@GLIBC_2.2.5");
|
|
16
17
|
__asm__(".symver fcntl64,fcntl@GLIBC_2.2.5");
|
|
17
18
|
#endif
|
|
18
19
|
|
|
@@ -21,6 +22,7 @@ __asm__(".symver memcpy,memcpy@GLIBC_2.17");
|
|
|
21
22
|
__asm__(".symver exp,exp@GLIBC_2.17");
|
|
22
23
|
__asm__(".symver log,log@GLIBC_2.17");
|
|
23
24
|
__asm__(".symver pow,pow@GLIBC_2.17");
|
|
25
|
+
__asm__(".symver fmod,fmod@GLIBC_2.17");
|
|
24
26
|
__asm__(".symver fcntl64,fcntl@GLIBC_2.17");
|
|
25
27
|
#endif
|
|
26
28
|
|