mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Back out the use of __sync_fetch_and_sub() as it does not appear to work.
FossilOrigin-Name: 4c2efd4239bf07eb4b92d4af54edd68ee6312670
This commit is contained in:
@@ -236,15 +236,6 @@
|
||||
# define SQLITE_NOINLINE
|
||||
#endif
|
||||
|
||||
/*
|
||||
** The SQLITE_ATOMIC_STATUS_DOWN macro is defined if and only if
|
||||
** the sqlite3StatusDown() function is threadsafe.
|
||||
*/
|
||||
#if !defined(SQLITE_DISABLE_INTRINSIC) \
|
||||
&& (GCC_VERSION>=4004000 || CLANG_VERSION>=3000000)
|
||||
# define SQLITE_ATOMIC_STATUS_DOWN 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Make sure that the compiler intrinsics we desire are enabled when
|
||||
** compiling with an appropriate version of MSVC unless prevented by
|
||||
|
Reference in New Issue
Block a user