Skip to content

Commit

Permalink
Remove dependency on glibc 2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Jan 19, 2025
1 parent 2f5ca16 commit f449feb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ flags="$flags"'
enable_backup_ref_ptr_support=false
enable_dangling_raw_ptr_checks=false
enable_shadow_metadata=false
'

if [ "$WITH_SYSROOT" ]; then
Expand Down
4 changes: 0 additions & 4 deletions src/build/linux/sysroot_scripts/reversion_glibc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
# Some otherwise disallowed symbols are referenced in the linux-chromeos build.
# To continue supporting it, allow these symbols to remain enabled.
SYMBOL_ALLOWLIST = {
"fts64_close",
"fts64_open",
"fts64_read",
"memfd_create",
}


Expand Down

0 comments on commit f449feb

Please # to comment.