summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-04-25 17:27:35 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-04-25 17:27:35 +0000
commit963e3742bde1a5c52a67844e144f323e5f996ac0 (patch)
treedf402710e51e4661a27a70db7a43cf680a5caf32 /libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h
parent72fef32aa0821a1851d7a99f443bb33d1bf76e3d (diff)
downloaduClibc-alpine-963e3742bde1a5c52a67844e144f323e5f996ac0.tar.bz2
uClibc-alpine-963e3742bde1a5c52a67844e144f323e5f996ac0.tar.xz
STEP 11: synch linuxthreads.old directory
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h')
-rw-r--r--libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h
index 9f5cb5c1f..e81ecffbe 100644
--- a/libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h
+++ b/libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h
@@ -70,7 +70,7 @@ __compare_and_swap (long int *p, long int oldval, long int newval)
#ifdef SHARED
# define PTHREAD_STATIC_FN_REQUIRE(name)
#else
-# define PTHREAD_STATIC_FN_REQUIRE(name) __asm (".globl " "_"#name);
+# define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " "_"#name);
#endif
#endif /* pt-machine.h */