Changeset 626 for trunk/kernel/syscalls/sys_timeofday.c
- Timestamp:
- Apr 29, 2019, 7:25:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_timeofday.c
r624 r626 83 83 84 84 // copy values to user space 85 hal_copy_to_uspace( tv , &k_tv , sizeof(struct timeval) ); 85 hal_copy_to_uspace( local_cxy, 86 &k_tv, 87 tv, 88 sizeof(struct timeval) ); 86 89 87 90 hal_fence();
Note: See TracChangeset
for help on using the changeset viewer.