Changeset 604 for trunk/kernel/syscalls/sys_stat.c
- Timestamp:
- Dec 3, 2018, 12:18:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_stat.c
r594 r604 156 156 #if DEBUG_SYS_STAT 157 157 if( DEBUG_SYS_STAT < tm_end ) 158 printk("\n[%s] thread[%x,%x] exit for file <%s> / cycle %d\n", 159 __FUNCTION__, process->pid, this->trdid, kbuf, (uint32_t)tm_end ); 158 printk("\n[%s] thread[%x,%x] exit for file <%s> / size %d / mode %d / cycle %d\n", 159 __FUNCTION__, process->pid, this->trdid, kbuf, 160 k_stat.st_size, k_stat.st_mode, (uint32_t)tm_end ); 160 161 #endif 161 162
Note: See TracChangeset
for help on using the changeset viewer.