Switch pl_child_pid from int to pid_t.
Details
Details
- Reviewers
kib emaste - Group Reviewers
manpages - Commits
- rS289636: Switch pl_child_pid from int to pid_t.
- make universe passed
- verified with gdb that size of ptrace_lwpinfo and offset of pl_syscall_code were identical for old and new binaries
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think that I used int because it is more explicit for ABI. But since the struct ptrace_lwpinfo is not 32/64 bit invariant, this is moot.