File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
__asm__(".symver log,log@GLIBC_2.0" );
28
28
__asm__(".symver pow,pow@GLIBC_2.0" );
29
29
__asm__(".symver exp,exp@GLIBC_2.0" );
30
- __asm__(".symver fcntl64 ,fcntl@GLIBC_2.0" );
30
+ __asm__(".symver fcntl ,fcntl@GLIBC_2.0" );
31
31
#else
32
32
.symver memcmp ,memcmp @GLIBC_2 .0
33
33
.symver memcpy ,memcpy @GLIBC_2 .0
34
34
.symver powf ,powf @GLIBC_2 .0
35
35
.symver log ,log @GLIBC_2 .0
36
36
.symver pow ,pow @GLIBC_2 .0
37
37
.symver exp ,exp @GLIBC_2 .0
38
- .symver fcntl64 ,fcntl @GLIBC_2 .0
38
+ .symver fcntl ,fcntl @GLIBC_2 .0
39
39
#endif
40
40
41
41
#endif
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ powf powf@GLIBC_2.0
10
10
log log@GLIBC_2.0
11
11
pow pow@GLIBC_2.0
12
12
exp exp@GLIBC_2.0
13
- fcntl64 fcntl@GLIBC_2.0
13
+ fcntl fcntl@GLIBC_2.0
You can’t perform that action at this time.
0 commit comments