diff options
Diffstat (limited to 'sysdeps/aarch64')
-rw-r--r-- | sysdeps/aarch64/atomic-machine.h (renamed from sysdeps/aarch64/bits/atomic.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/aarch64/bits/atomic.h b/sysdeps/aarch64/atomic-machine.h index fdd5eaa517..3758dd7b7e 100644 --- a/sysdeps/aarch64/bits/atomic.h +++ b/sysdeps/aarch64/atomic-machine.h @@ -16,8 +16,8 @@ License along with the GNU C Library. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _AARCH64_BITS_ATOMIC_H -#define _AARCH64_BITS_ATOMIC_H 1 +#ifndef _AARCH64_ATOMIC_MACHINE_H +#define _AARCH64_ATOMIC_MACHINE_H 1 #include <stdint.h> |