diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Banner | 2 | ||||
-rw-r--r-- | nptl/atomic.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Banner b/nptl/Banner index f87ad4d0fa..4732444761 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.19 by Ulrich Drepper +NPTL 0.20 by Ulrich Drepper diff --git a/nptl/atomic.h b/nptl/atomic.h index 85a43c01e6..4279235a71 100644 --- a/nptl/atomic.h +++ b/nptl/atomic.h @@ -91,7 +91,7 @@ #endif -#ifdef atomic_add_negative +#ifndef atomic_add_negative # define atomic_add_negative(mem, value) \ (atomic_exchange_and_add (mem, value) < 0) #endif |