Files
pcas/src/libCom/osi/os/Linux/osdTime.h
W. Eric Norum 4872f0a212 Linux needs its own version of this file. The default (POSIX) version
results in multiple definitions of `struct timespec'.
2000-07-18 16:24:27 +00:00

18 lines
244 B
C

/*
* $Id$
*
* Author: Eric Norum
*/
#ifndef osdTimeh
#define osdTimeh
/*
* Linux needs this dummy include file since the POSIX version
* causes `struct timespec' to be defined in more than one place.
*/
#endif /* ifndef osdTimeh */