mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 08:39:17 +08:00
Make <sys/proc.h> self-sufficient
This commit is contained in:
parent
390e1330cf
commit
7eb064cda1
@ -196,6 +196,8 @@ struct rusage_ext {
|
|||||||
uint64_t rux_tu; /* (c) Previous total time in usec. */
|
uint64_t rux_tu; /* (c) Previous total time in usec. */
|
||||||
};
|
};
|
||||||
#ifdef __rtems__
|
#ifdef __rtems__
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
enum thread_sq_states {
|
enum thread_sq_states {
|
||||||
TD_SQ_WAKEUP,
|
TD_SQ_WAKEUP,
|
||||||
TD_SQ_PANIC = EWOULDBLOCK,
|
TD_SQ_PANIC = EWOULDBLOCK,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user