summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/proc.h')
-rw-r--r--freebsd/sys/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/freebsd/sys/proc.h b/freebsd/sys/proc.h
index a2bac703..9583ba31 100644
--- a/freebsd/sys/proc.h
+++ b/freebsd/sys/proc.h
@@ -312,7 +312,6 @@ struct thread {
char td_name [16];
struct proc *td_proc; /* (*) Associated process. */
struct ucred *td_ucred; /* (k) Reference to credentials. */
- struct rusage td_ru; /* (t) rusage information. */
register_t td_retval[2]; /* (k) Syscall aux returns. */
void *td_wchan; /* (t) Sleep address. */
#endif /* __rtems__ */