mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-20 05:11:26 +01:00
a84f174425
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96
47 lines
1.3 KiB
C
47 lines
1.3 KiB
C
/* DO NOT EDIT THIS FILE.
|
|
|
|
It has been auto-edited by fixincludes from:
|
|
|
|
"fixinc/tests/inc/sys/time.h"
|
|
|
|
This had to be done to correct non-standard usages in the
|
|
original, manufacturer supplied header file. */
|
|
|
|
|
|
|
|
#if defined( HPUX_SYSTIME_CHECK )
|
|
struct sigevent;
|
|
#endif /* HPUX_SYSTIME_CHECK */
|
|
|
|
|
|
#if defined( LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK )
|
|
|
|
#endif /* LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK */
|
|
|
|
|
|
#if defined( ULTRIX_SYS_TIME_CHECK )
|
|
@(#)time.h 6.1 (ULTRIX)
|
|
extern time_t time( time_t *__tloc );
|
|
|
|
extern int adjtime(struct timeval *, struct timeval *);
|
|
extern int getitimer(int, struct itimerval *);
|
|
extern int setitimer(int, struct itimerval *, struct itimerval *);
|
|
extern int gettimeofday(struct timeval *, struct timezone *);
|
|
extern int settimeofday(struct timeval *, struct timezone *);
|
|
extern void profil(const void *, size_t, size_t, unsigned int);
|
|
extern int stime(const time_t *);
|
|
extern int utimes(const char *, const struct timeval[2]);
|
|
extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
|
extern double difftime();
|
|
extern int adjtime();
|
|
extern int getitimer();
|
|
extern int setitimer();
|
|
extern int gettimeofday();
|
|
extern int settimeofday();
|
|
extern void profil();
|
|
extern int stime();
|
|
extern int utimes();
|
|
extern int select();
|
|
|
|
#endif /* ULTRIX_SYS_TIME_CHECK */
|