diff options
author | unknown <serg@serg.mylan> | 2004-02-05 23:13:04 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-05 23:13:04 +0100 |
commit | ee50f5a9e715a04e8d3e453f66013c21c1be4bab (patch) | |
tree | 978f72e75a91d7c68f46c135d2643345d3ce7803 /include | |
parent | f4cfddcdfa10068f56e64915e6f9c1d1fa8baa1d (diff) | |
download | mariadb-git-ee50f5a9e715a04e8d3e453f66013c21c1be4bab.tar.gz |
include atomic.h in extern "C" mode
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index 168961a620d..e4c0fb44337 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -273,7 +273,9 @@ C_MODE_END #ifndef CONFIG_SMP #define CONFIG_SMP #endif +C_MODE_START #include <asm/atomic.h> +C_MODE_END #endif #include <errno.h> /* Recommended by debian */ /* We need the following to go around a problem with openssl on solaris */ |