Changeset 22d990c in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2020-01-11T00:36:26Z (6 years ago)
- Children:
- 06599a1
- Parents:
- 8a74512
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r8a74512 r22d990c 39 39 * loader. 40 40 * 41 * The apparent caller uses his phone to send the pathname and various other41 * The apparent caller uses its phone to send the pathname and various other 42 42 * information to the loader. This is normally done by the C library 43 43 * and completely hidden from applications. … … 49 49 #include <stddef.h> 50 50 #include <ipc/services.h> 51 #include <ipc/loader.h> 52 #include <ns.h> 53 #include <loader/pcb.h> 54 #include <entry_point.h> 55 #include <errno.h> 56 #include <async.h> 57 #include <str.h> 51 58 #include <as.h> 52 #include <async.h>53 59 #include <elf/elf.h> 54 60 #include <elf/elf_load.h> 55 #include <entry_point.h>56 #include <errno.h>57 61 #include <fibril_synch.h> 58 #include <ipc/loader.h>59 #include <loader/pcb.h>60 #include <ns.h>61 #include <str.h>62 62 #include <task.h> 63 63 #include <taskman.h>
Note:
See TracChangeset
for help on using the changeset viewer.