Details
Details
- Reviewers
kib - Commits
- rS281005: Make die available as rtld_die for use by MD relocation code
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
No need to have underscore in front of the function, I use rtld_ prefix consistently for non-exported rtld helpers. Look at rtld_printf() and similar functions. Otherwise looks good.