Add linux to list of platforms that are object to those definitions

This commit is contained in:
Peter Howkins 2012-03-11 18:15:12 +00:00
parent c5e2bbdd1e
commit 67affa6f31
1 changed files with 1 additions and 1 deletions

View 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