Skip to content

Commit fe0ab05

Browse files
committed
Fix typo in symbol redefinition
1 parent a521329 commit fe0ab05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/compat/glibc_version_x64.redef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ powf powf@GLIBC_2.2.5
1010
log log@GLIBC_2.2.5
1111
pow pow@GLIBC_2.2.5
1212
exp exp@GLIBC_2.2.5
13-
fcntl64 fcntl@@GLIBC_2.2.5
13+
fcntl64 fcntl@GLIBC_2.2.5

utils/compat/glibc_version_x86.redef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ powf powf@GLIBC_2.0
1010
log log@GLIBC_2.0
1111
pow pow@GLIBC_2.0
1212
exp exp@GLIBC_2.0
13-
fcntl64 fcntl@@GLIBC_2.0
13+
fcntl64 fcntl@GLIBC_2.0

0 commit comments

Comments
 (0)