xref: /openbsd/gnu/gcc/fixincludes/tests/base/sys/time.h (revision 404b540a)
1 /*  DO NOT EDIT THIS FILE.
2 
3     It has been auto-edited by fixincludes from:
4 
5 	"fixinc/tests/inc/sys/time.h"
6 
7     This had to be done to correct non-standard usages in the
8     original, manufacturer supplied header file.  */
9 
10 
11 
12 #if defined( HPUX_SYSTIME_CHECK )
13 struct sigevent;
14 #endif  /* HPUX_SYSTIME_CHECK */
15 
16 
17 #if defined( LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK )
18 
19 #endif  /* LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK */
20 
21 
22 #if defined( ULTRIX_SYS_TIME_CHECK )
23 @(#)time.h      6.1     (ULTRIX)
24 extern time_t		time( time_t *__tloc );
25 
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();
36 extern	int adjtime();
37 extern	int getitimer();
38 extern	int setitimer();
39 extern	int gettimeofday();
40 extern	int settimeofday();
41 extern	void profil();
42 extern	int stime();
43 extern	int utimes();
44 extern	int select();
45 
46 #endif  /* ULTRIX_SYS_TIME_CHECK */
47