Details
Details
- Reviewers
kib fuz mhorne - Group Reviewers
riscv - Commits
- rG8afae0caf4c4: riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 59000 Build 55887: arc lint + arc unit
Event Timeline
sys/riscv/include/ifunc.h | ||
---|---|---|
5 | Part of this software. |
sys/riscv/include/ifunc.h | ||
---|---|---|
40 | Is u_long being purposely avoided here? |
sys/riscv/include/ifunc.h | ||
---|---|---|
40 | I was under the impression we were deprecating the various u_ types? That could just be u_intX_t though, but at the same time u_long is a somewhat pointless typedef, it's just a shortened name, rather than abstracting something. |