Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
f9a20086
Commit
f9a20086
authored
May 22, 2018
by
Mark Johnston
Browse files
Fix the definition of td_startzero after r333466.
parent
7fbf5118
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/sys/proc.h
View file @
f9a20086
...
...
@@ -254,8 +254,8 @@ struct thread {
u_char
td_lend_user_pri
;
/* (t) Lend user pri. */
/* Cleared during fork1() */
#define td_startzero td_
flags
u_char
td_epochnest
;
/* (k)
Private thread e
poch nest counter */
#define td_startzero td_
epochnest
u_char
td_epochnest
;
/* (k)
E
poch nest counter
.
*/
int
td_flags
;
/* (t) TDF_* flags. */
int
td_inhibitors
;
/* (t) Why can not run. */
int
td_pflags
;
/* (k) Private thread (TDP_*) flags. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment