Changes in kernel/generic/src/proc/program.c [26aafe8:c0699467] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/program.c
r26aafe8 rc0699467 40 40 #include <proc/thread.h> 41 41 #include <proc/task.h> 42 #include <proc/uarg.h>43 42 #include <mm/as.h> 44 43 #include <mm/slab.h> … … 48 47 #include <ipc/ipcrsc.h> 49 48 #include <security/cap.h> 50 #include <lib/elf .h>49 #include <lib/elf_load.h> 51 50 #include <errno.h> 52 51 #include <print.h>
Note:
See TracChangeset
for help on using the changeset viewer.