From 0289bef9a684e08661b03803b61524d6dab9ffdc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Feb 2003 07:00:46 +0000 Subject: Update. * atomic.h (atomic_bit_set): Renamed from atomic_set_bit. Add missing atomic_ prefixes. --- nptl/atomic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/atomic.h') diff --git a/nptl/atomic.h b/nptl/atomic.h index 987424de11..fe390ddf78 100644 --- a/nptl/atomic.h +++ b/nptl/atomic.h @@ -79,8 +79,8 @@ #endif -#ifndef atomic_set_bit -# define atomic_set_bit(mem, bit) \ +#ifndef atomic_bit_set +# define atomic_bit_set(mem, bit) \ (void) ({ __typeof (mem) __memp = (mem); \ while (1) \ { \ -- cgit 1.4.1