HP-UX defines timespec and timeval in sys/time.h (HP aCC warning fix)
This commit is contained in:
@@ -23,8 +23,10 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#ifndef HP_UX
|
||||
struct timespec;
|
||||
struct timeval;
|
||||
#endif
|
||||
|
||||
#define tsStampOK 0
|
||||
#define tsStampERROR (-1)
|
||||
|
||||
Reference in New Issue
Block a user