Changeset 509 for trunk/kernel/syscalls/sys_stat.c
- Timestamp:
- Aug 25, 2018, 6:30:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.