diff --git a/tools/update_glibc.zig b/tools/update_glibc.zig index 29df298bf6c49d5e5f140069d5b607550ecca979..46242d8e8cad829c216b5ff3956f129c1c000e0c 100644 --- a/tools/update_glibc.zig +++ b/tools/update_glibc.zig @@ -36,6 +36,7 @@ const exempt_extensions = [_][]const u8{ // These are the start files we use when targeting glibc <= 2.33. "-2.33.S", "-2.33.c", + "-2.32.c", }; pub fn main(init: std.process.Init) !void {