File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,16 +178,16 @@ pub fn build(b: *std.Build) void {
178178 // normal dynamic symbol
179179 if (glibc_ver .order (.{ .major = 2 , .minor = 32 , .patch = 0 }) == .lt ) {
180180 check .checkInDynamicSymtab ();
181- check .checkExact ("0 0 UND FUNC GLOBAL DEFAULT __fxstatat " );
181+ check .checkExact ("0 0 UND FUNC GLOBAL DEFAULT __fxstatat64 " );
182182
183183 check .checkInSymtab ();
184184 check .checkContains ("FUNC LOCAL HIDDEN fstatat" );
185185 } else {
186186 check .checkInDynamicSymtab ();
187- check .checkExact ("0 0 UND FUNC GLOBAL DEFAULT fstatat " );
187+ check .checkExact ("0 0 UND FUNC GLOBAL DEFAULT fstatat64 " );
188188
189189 check .checkInSymtab ();
190- check .checkNotPresent ("FUNC LOCAL HIDDEN fstatat " );
190+ check .checkNotPresent ("FUNC LOCAL HIDDEN fstatat64 " );
191191 }
192192
193193 // before v2.26 reallocarray is not supported
You can’t perform that action at this time.
0 commit comments