Add linux to list of platforms that are object to those definitions
This commit is contained in:
@@ -48,7 +48,7 @@ typedef void (*privbuf_func)(void *v);
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.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
|
// The DEC C++ compiler rejects valid inline declarations, claiming
|
||||||
// they have both internal and external linkage.
|
// they have both internal and external linkage.
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user