mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
minor tweaks for atomic inc/dec support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33142 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2949efeb19
commit
3dd46a1d8c
4 changed files with 16984 additions and 2897 deletions
|
@ -226,8 +226,6 @@ typedef int32_t volatile *gsatomic_t;
|
|||
|
||||
#define GSATOMICREAD(X) (*(X))
|
||||
|
||||
#define ATOMIC_TESTING 1
|
||||
|
||||
static __inline__ int
|
||||
GSAtomicIncrement(gsatomic_t X)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue