Changeset 838
- Timestamp:
- Aug 3, 2017, 9:02:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service.h
r790 r838 52 52 static int zGettimeofday(struct ztimeval* tp, void* tzp) 53 53 { 54 struct _timeb theTime; 54 55 if (tp == 0) { 55 56 return -1; 56 57 } 57 58 58 struct _timeb theTime;59 59 _ftime(&theTime); 60 60 tp->tv_sec = theTime.time;
Note: See TracChangeset
for help on using the changeset viewer.