From 0ece656f216a197fb7535ac68d399dee6b8ddd84 Mon Sep 17 00:00:00 2001 From: thegeorg Date: Tue, 24 May 2022 11:25:24 +0300 Subject: Disable Solaris-specific sysincls of atomic.h and mbarrier.h ref:ce48744f5779ab62a228107728893ac3dbd8d86a --- contrib/python/cffi/c/call_python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python') diff --git a/contrib/python/cffi/c/call_python.c b/contrib/python/cffi/c/call_python.c index d3d2e178104..7bc41bc98a9 100644 --- a/contrib/python/cffi/c/call_python.c +++ b/contrib/python/cffi/c/call_python.c @@ -202,7 +202,7 @@ static int _update_cache_to_call_python(struct _cffi_externpy_s *externpy) # elif defined(_AIX) # define read_barrier() __lwsync() # elif defined(__SUNPRO_C) || defined(__SUNPRO_CC) -# include +# error include # define read_barrier() __compiler_barrier() # elif defined(__hpux) # define read_barrier() _Asm_mf() -- cgit v1.3