Changeset 457 for trunk/libs/mini-libc/time.c
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/time.c
r449 r457 24 24 #include <time.h> 25 25 #include <hal_user.h> 26 #include <hal_user.h> 27 #include <hal_types.h> 26 #include <hal_shared_types.h> 28 27 #include <syscalls_numbers.h> 29 28 … … 32 31 struct timezone * tz ) 33 32 { 34 return hal_user_syscall( SYS_TIMEOFDAY, // TODO SYS_SIGNAL ?33 return hal_user_syscall( SYS_TIMEOFDAY, 35 34 (reg_t)tv, 36 35 (reg_t)tz, 0, 0 );
Note: See TracChangeset
for help on using the changeset viewer.