HP-UX defines timespec and timeval in sys/time.h (HP aCC warning fix)

This commit is contained in:
Ralph Lange
2000-06-30 14:50:57 +00:00
parent 0eeae6e4b4
commit 8d8a2d3ff9

View File

@@ -23,8 +23,10 @@
extern "C" {
#endif /* __cplusplus */
#ifndef HP_UX
struct timespec;
struct timeval;
#endif
#define tsStampOK 0
#define tsStampERROR (-1)