mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-08 09:07:53 +00:00
20 lines
420 B
C
20 lines
420 B
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 */
|