This is more consistent with the rest of the function and lets us
unindent most of the function.
Details
Details
- Reviewers
kib - Commits
- rS349871: Use 'retval' label for first error in syscallenter().
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 25271 Build 23938: arc lint + arc unit
Event Timeline
sys/kern/subr_syscall.c | ||
---|---|---|
92 | I would use the opportunity and style the flags checks, (p_flag & P_TRACED) != 0 etc. |