Changeset 14 for trunk/kernel/syscalls
- Timestamp:
- May 3, 2017, 1:23:24 PM (8 years ago)
- Location:
- trunk/kernel/syscalls
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_exec.c
r1 r14 23 23 */ 24 24 25 #include < almos_config.h>25 #include <kernel_config.h> 26 26 #include <hal_types.h> 27 27 #include <errno.h> -
trunk/kernel/syscalls/sys_thread_create.c
r1 r14 24 24 */ 25 25 26 #include < almos_config.h>26 #include <kernel_config.h> 27 27 #include <hal_types.h> 28 28 #include <printk.h>
Note: See TracChangeset
for help on using the changeset viewer.