Add linux to list of platforms that are object to those definitions
authorPeter Howkins <flibble@users.sourceforge.net>
Sun, 11 Mar 2012 18:15:12 +0000 (18:15 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Sun, 11 Mar 2012 18:15:12 +0000 (18:15 +0000)
cde/lib/DtSvc/include/codelibs/privbuf.h

index ef4963ad32b8414b70468f1c5fb89515cb55ded3..e3a538bbf48ac71edd00d0da7f4e217d837e4ed0 100644 (file)
@@ -48,7 +48,7 @@ typedef void (*privbuf_func)(void *v);
 #include <stddef.h>
 #include <stdlib.h>
 
-#if defined(__osf__) || defined(sun)
+#if defined(__osf__) || defined(sun) || defined(linux)
 // The DEC C++ compiler rejects valid inline declarations, claiming
 // they have both internal and external linkage.
 #else