Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho authored Feb 25, 2021
1 parent dc922a3 commit a689222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ symbols but having certain prefix to be hidden by default and thus not interferr
with system libstc++.

Actual selection of how to hide symbol may vary, and the least intrustive way seems
to set ELF sysmbol's `st_other` field to STV_PROTECTED (see
to set ELF symbol's `st_other` field to `STV_PROTECTED` (see
https://sources.debian.org/src/glibc/2.19-18+deb8u9/elf/dl-lookup.c/#L788 for additional info).
If required, more aggressive mechanisms, such as complete symbol rename is possible.

0 comments on commit a689222

Please sign in to comment.