mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 00:59: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. */
|
||||
};
|
||||
#ifdef __rtems__
|
||||
#include <errno.h>
|
||||
|
||||
enum thread_sq_states {
|
||||
TD_SQ_WAKEUP,
|
||||
TD_SQ_PANIC = EWOULDBLOCK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user