Polish getnano{up}*time() prototypes.
PR: 15908 Submitted by: Kelly Yancey kbyanc@posi.net
This commit is contained in:
parent
ad70dcf35a
commit
4638caddb7
@ -190,8 +190,8 @@ extern time_t time_second;
|
||||
|
||||
void getmicrouptime __P((struct timeval *tv));
|
||||
void getmicrotime __P((struct timeval *tv));
|
||||
void getnanouptime __P((struct timespec *tv));
|
||||
void getnanotime __P((struct timespec *tv));
|
||||
void getnanouptime __P((struct timespec *tsp));
|
||||
void getnanotime __P((struct timespec *tsp));
|
||||
int itimerdecr __P((struct itimerval *itp, int usec));
|
||||
int itimerfix __P((struct timeval *tv));
|
||||
void microuptime __P((struct timeval *tv));
|
||||
|
Loading…
Reference in New Issue
Block a user