[vlc-commits] commit: misc/atomic: fixed linking ( Felix Paul Kühne )

git at videolan.org git at videolan.org
Fri Oct 22 02:33:31 CEST 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Oct 22 02:33:02 2010 +0200| [10c10044068f81ce662d90762122f63cc39aab74] | committer: Felix Paul Kühne 

misc/atomic: fixed linking

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10c10044068f81ce662d90762122f63cc39aab74
---

 src/misc/atomic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/atomic.c b/src/misc/atomic.c
index e0319f5..73cdbb4 100644
--- a/src/misc/atomic.c
+++ b/src/misc/atomic.c
@@ -108,7 +108,7 @@ uintptr_t vlc_atomic_swap (vlc_atomic_t *atom, uintptr_t v)
     return u;
 }
 
-uintptr_t vlc_atomic_compare_and_swap (vlc_atomic_t *atom,
+uintptr_t vlc_atomic_compare_swap (vlc_atomic_t *atom,
                                        uintptr_t oldval, uintptr_t newval)
 {
     uintptr_t u;



More information about the vlc-commits mailing list