Access libsys_interposing with libsys_interposing_slot() in all
cases to support a move of these functions back to libc.
Details
Details
- Reviewers
kib - Commits
- rGef5fddd3440c: libsys: make __libsys_interposing static
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- Access all interposing slots via __libc_interposing_slot()
- Actually dereference the slots rather than trying to jump to data...