mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 13:42:59 +08:00
Added thread0 variable to resolve linker error.
This commit is contained in:
parent
a7bbe3f42c
commit
6053efdfaa
@ -104,7 +104,9 @@ void mi_startup(void); /* Should be elsewhere */
|
|||||||
static struct session session0;
|
static struct session session0;
|
||||||
static struct pgrp pgrp0;
|
static struct pgrp pgrp0;
|
||||||
struct proc proc0;
|
struct proc proc0;
|
||||||
|
#endif /* __rtems__ */
|
||||||
struct thread thread0 __aligned(16);
|
struct thread thread0 __aligned(16);
|
||||||
|
#ifndef __rtems__
|
||||||
struct vmspace vmspace0;
|
struct vmspace vmspace0;
|
||||||
struct proc *initproc;
|
struct proc *initproc;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user