We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b19536 commit 13226edCopy full SHA for 13226ed
utils/compat/glibc_version.h
@@ -27,6 +27,7 @@
27
__asm__(".symver log,log@GLIBC_2.0");
28
__asm__(".symver pow,pow@GLIBC_2.0");
29
__asm__(".symver exp,exp@GLIBC_2.0");
30
+ __asm__(".symver fcntl64,fcntl@GLIBC_2.0");
31
__asm__(".symver fcntl,fcntl@GLIBC_2.0");
32
#else
33
.symver memcmp,memcmp@GLIBC_2.0
@@ -35,6 +36,7 @@
35
36
.symver log,log@GLIBC_2.0
37
.symver pow,pow@GLIBC_2.0
38
.symver exp,exp@GLIBC_2.0
39
+ .symver fcntl64,fcntl@GLIBC_2.0
40
.symver fcntl,fcntl@GLIBC_2.0
41
#endif
42
utils/compat/glibc_version_x86.redef
@@ -10,4 +10,5 @@ powf powf@GLIBC_2.0
10
log log@GLIBC_2.0
11
pow pow@GLIBC_2.0
12
exp exp@GLIBC_2.0
13
+fcntl64 fcntl@GLIBC_2.0
14
fcntl fcntl@GLIBC_2.0
0 commit comments