Linux needs its own version of this file. The default (POSIX) version
results in multiple definitions of `struct timespec'.
This commit is contained in:
17
src/libCom/osi/os/Linux/osdTime.h
Normal file
17
src/libCom/osi/os/Linux/osdTime.h
Normal 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 */
|
||||
|
||||
Reference in New Issue
Block a user