From b3aa0009e9eccd4aedc6364710c3a42d849a39d9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 7 Jun 2002 20:12:02 +0000 Subject: [PATCH] (MEMORY_BARRIER): Fix typo. --- linuxthreads/sysdeps/ia64/pt-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxthreads/sysdeps/ia64/pt-machine.h b/linuxthreads/sysdeps/ia64/pt-machine.h index 8adead3..a7f418b 100644 --- a/linuxthreads/sysdeps/ia64/pt-machine.h +++ b/linuxthreads/sysdeps/ia64/pt-machine.h @@ -71,7 +71,7 @@ register struct _pthread_descr_struct *__thread_self __asm__("r13"); /* Memory barrier */ -#define MEMORY_BARRIER() __sync_syncronize () +#define MEMORY_BARRIER() __sync_synchronize () #define HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS -- 2.7.4