Add linux to list of platforms that are object to those definitions
This commit is contained in:
parent
c5e2bbdd1e
commit
67affa6f31
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue