Changeset 124 for trunk/kernel/syscalls/sys_stat.c
- Timestamp:
- Jul 3, 2017, 2:36:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_stat.c
r23 r124 80 80 hal_copy_to_uspace( stat , &k_stat , sizeof(struct vfs_stat_s) ); 81 81 82 hal_ wbflush();82 hal_fence(); 83 83 84 84 return 0;
Note: See TracChangeset
for help on using the changeset viewer.