fixed typo
This commit is contained in:
parent
472dd9f563
commit
16ae54ece3
@ -26,7 +26,7 @@ int _gettimeofday(struct timeval *tp, struct timezone *tzp);
|
|||||||
#if !defined(_MINIX) /* MINIX has no ftime() */
|
#if !defined(_MINIX) /* MINIX has no ftime() */
|
||||||
struct timeb {
|
struct timeb {
|
||||||
long time;
|
long time;
|
||||||
undigned short millitm;
|
unsigned short millitm;
|
||||||
short timezone;
|
short timezone;
|
||||||
short dstflag;
|
short dstflag;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user