Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.
Details
Details
- Reviewers
kib emaste - Group Reviewers
manpages - Commits
- rS288993: Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 705 Build 705: arc lint + arc unit
Event Timeline
lib/libc/sys/ptrace.2 | ||
---|---|---|
401 | I find the identifier term somewhat unusual. I accustomed to call the thing either syscall code or syscall number. |
lib/libc/sys/ptrace.2 | ||
---|---|---|
401 | I think identifier is reasonable here. It's describing the pl_syscall_code field, and explaining that as a syscall code or as a syscall number doesn't lend clarity. The syscall_code identifies the system call. |