git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: provide some libc routines only for testing
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
process.h
diff --git
a/lunaix-os/includes/lunaix/process.h
b/lunaix-os/includes/lunaix/process.h
index ab5dde9d64601be5b083c147c28f1339e182d203..0029e363d759a4366d1b684351341145ce388f7f 100644
(file)
--- a/
lunaix-os/includes/lunaix/process.h
+++ b/
lunaix-os/includes/lunaix/process.h
@@
-26,12
+26,6
@@
#define PROC_FINPAUSE 1
-struct proc_mm
-{
- heap_context_t u_heap;
- vm_regions_t regions;
-};
-
struct proc_sigstate
{
isr_param proc_regs;