fixed typo
This commit is contained in:
parent
3de1e669b2
commit
6df0ecdf8f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ int _gettimeofday(struct timeval *tp, struct timezone *tzp);
|
|||
#if !defined(_MINIX) /* MINIX has no ftime() */
|
||||
struct timeb {
|
||||
long time;
|
||||
undigned short millitm;
|
||||
unsigned short millitm;
|
||||
short timezone;
|
||||
short dstflag;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue