From: Andreas Jaeger Date: Fri, 7 Jun 2002 20:12:02 +0000 (+0000) Subject: (MEMORY_BARRIER): Fix typo. X-Git-Tag: cvs/glibc-2-3~739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3aa0009e9eccd4aedc6364710c3a42d849a39d9;p=platform%2Fupstream%2Fglibc.git (MEMORY_BARRIER): Fix typo. --- 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