From 4872f0a2125ab8f3115d65dade2fc08b176c0c53 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 18 Jul 2000 16:24:27 +0000 Subject: [PATCH] Linux needs its own version of this file. The default (POSIX) version results in multiple definitions of `struct timespec'. --- src/libCom/osi/os/Linux/osdTime.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libCom/osi/os/Linux/osdTime.h diff --git a/src/libCom/osi/os/Linux/osdTime.h b/src/libCom/osi/os/Linux/osdTime.h new file mode 100644 index 000000000..1bbceff21 --- /dev/null +++ b/src/libCom/osi/os/Linux/osdTime.h @@ -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 */ +