1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/time.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( HPUX_SYSTIME_CHECK )
14 #endif /* HPUX_SYSTIME_CHECK */
17 #if defined( LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK )
19 #endif /* LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK */
22 #if defined( ULTRIX_SYS_TIME_CHECK )
23 @
(#)time.h 6.1 (ULTRIX)
24 extern time_t time( time_t *__tloc
);
26 extern int adjtime(struct timeval
*, struct timeval
*);
27 extern int getitimer(int, struct itimerval
*);
28 extern int setitimer(int, struct itimerval
*, struct itimerval
*);
29 extern int gettimeofday(struct timeval
*, struct timezone
*);
30 extern int settimeofday(struct timeval
*, struct timezone
*);
31 extern void profil(const void *, size_t, size_t, unsigned int);
32 extern int stime(const time_t *);
33 extern int utimes(const char *, const struct timeval
[2]);
34 extern int select(int, fd_set
*, fd_set
*, fd_set
*, struct timeval
*);
35 extern double difftime();
37 extern int getitimer();
38 extern int setitimer();
39 extern int gettimeofday();
40 extern int settimeofday();
46 #endif /* ULTRIX_SYS_TIME_CHECK */