Changeset 509 for trunk/kernel/syscalls
- Timestamp:
- Aug 25, 2018, 6:30:39 PM (6 years ago)
- Location:
- trunk/kernel/syscalls
- Files:
-
- 2 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 ); -
trunk/kernel/syscalls/sys_stat.c
r506 r509 53 53 { 54 54 55 #if DEBUG_SY CALL_ERROR55 #if DEBUG_SYSCALLS_ERROR 56 56 printk("\n[ERROR] in %s : stat structure unmapped %x / thread %x / process %x\n", 57 57 __FUNCTION__ , (intptr_t)u_stat , this->trdid , process->pid );
Note: See TracChangeset
for help on using the changeset viewer.