Linux needs its own version of this file. The default (POSIX) version

results in multiple definitions of `struct timespec'.
This commit is contained in:
W. Eric Norum
2000-07-18 16:24:27 +00:00
parent 030d53baa1
commit 4872f0a212

View File

@@ -0,0 +1,17 @@
/*
* $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 */