mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 01:43:07 +08:00
Delete unused struct proc fields
This commit is contained in:
parent
db2e97facf
commit
0bcf34156b
@ -575,9 +575,6 @@ struct proc {
|
|||||||
struct kdtrace_proc *p_dtrace; /* (*) DTrace-specific data. */
|
struct kdtrace_proc *p_dtrace; /* (*) DTrace-specific data. */
|
||||||
struct cv p_pwait; /* (*) wait cv for exit/exec */
|
struct cv p_pwait; /* (*) wait cv for exit/exec */
|
||||||
#else /* __rtems__ */
|
#else /* __rtems__ */
|
||||||
struct sigiolst p_sigiolst; /* (c) List of sigio sources. */
|
|
||||||
int p_flag; /* (c) P_* flags. */
|
|
||||||
struct proc *p_leader; /* (b) */
|
|
||||||
struct ucred *p_ucred; /* (c) Process owner's identity. */
|
struct ucred *p_ucred; /* (c) Process owner's identity. */
|
||||||
struct mtx p_mtx; /* (n) Lock for this struct. */
|
struct mtx p_mtx; /* (n) Lock for this struct. */
|
||||||
rtems_id p_pid;
|
rtems_id p_pid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user