View | Details | Raw Unified | Return to bug 18329
Collapse All | Expand All

(-)time.h (+2 lines)
Lines 289-296 Link Here
289
289
290
__BEGIN_DECLS
290
__BEGIN_DECLS
291
int	adjtime __P((const struct timeval *, struct timeval *));
291
int	adjtime __P((const struct timeval *, struct timeval *));
292
int	futimes __P((int, const struct timeval *));
292
int	getitimer __P((int, struct itimerval *));
293
int	getitimer __P((int, struct itimerval *));
293
int	gettimeofday __P((struct timeval *, struct timezone *));
294
int	gettimeofday __P((struct timeval *, struct timezone *));
295
int	lutimes __P((const char *, const struct timeval *));
294
int	setitimer __P((int, const struct itimerval *, struct itimerval *));
296
int	setitimer __P((int, const struct itimerval *, struct itimerval *));
295
int	settimeofday __P((const struct timeval *, const struct timezone *));
297
int	settimeofday __P((const struct timeval *, const struct timezone *));
296
int	utimes __P((const char *, const struct timeval *));
298
int	utimes __P((const char *, const struct timeval *));

Return to bug 18329