[libclc] 105/291: Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 8e0ea3a263f4603dcc5f97cd32429fa25df6efc1
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Thu Nov 28 00:17:29 2013 +0000

    Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)
    
    Patch by: Kai Wasserbäch
    
    Signed-off-by: Kai Wasserbäch <kai at dev.carbon-project.org>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@195898 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generic/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h b/generic/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h
index 57123ce..bbc872c 100644
--- a/generic/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h
+++ b/generic/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h
@@ -1,2 +1,2 @@
-_CLC_OVERLOAD _CLC_DECL int atom_add(global int *p);
-_CLC_OVERLOAD _CLC_DECL unsigned int atom_add(global unsigned int *p);
+_CLC_OVERLOAD _CLC_DECL int atom_dec(global int *p);
+_CLC_OVERLOAD _CLC_DECL unsigned int atom_dec(global unsigned int *p);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list