Changeset 509 for trunk/kernel/syscalls/sys_exec.c
- Timestamp:
- Aug 25, 2018, 6:30:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_exec.c
r506 r509 230 230 { 231 231 232 #if DEBUG_SY CALLS_ERROR232 #if DEBUG_SYSCALLS_ERROR 233 233 printk("\n[ERROR] in %s : thread %x in process %x cannot access envs\n", 234 234 __FUNCTION__ , this->trdid, pid );
Note: See TracChangeset
for help on using the changeset viewer.