about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-06-07 20:12:02 +0000
committerAndreas Jaeger <aj@suse.de>2002-06-07 20:12:02 +0000
commitb3aa0009e9eccd4aedc6364710c3a42d849a39d9 (patch)
tree5a915c0c636fe11c6c9e69956a941b54a292ff5e /linuxthreads
parentacee18979fba622a0761efd5e5cc69a9e75b03cc (diff)
downloadglibc-b3aa0009e9eccd4aedc6364710c3a42d849a39d9.tar.gz
glibc-b3aa0009e9eccd4aedc6364710c3a42d849a39d9.tar.xz
glibc-b3aa0009e9eccd4aedc6364710c3a42d849a39d9.zip
(MEMORY_BARRIER): Fix typo.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/ia64/pt-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/ia64/pt-machine.h b/linuxthreads/sysdeps/ia64/pt-machine.h
index 8adead3ae3..a7f418bb09 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