about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedatomic_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-10 17:11:30 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-10-10 17:11:30 +0200
commite27156be5877207e47967a5cc377198f196bce6d (patch)
treed79ae8d425163e7998661d882f3f6409500f9055 /src/wrapped/wrappedatomic_private.h
parentcafe638d5a4212a792f49f61ac7e0cd7230733ba (diff)
downloadbox64-e27156be5877207e47967a5cc377198f196bce6d.tar.gz
box64-e27156be5877207e47967a5cc377198f196bce6d.zip
Fixed signature for functions in wrapped libatomic (will help #1013)
Diffstat (limited to 'src/wrapped/wrappedatomic_private.h')
-rw-r--r--src/wrapped/wrappedatomic_private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedatomic_private.h b/src/wrapped/wrappedatomic_private.h
index f98dea62..9566807f 100644
--- a/src/wrapped/wrappedatomic_private.h
+++ b/src/wrapped/wrappedatomic_private.h
@@ -12,13 +12,13 @@
 //GO(__atomic_and_fetch_2, 
 //GO(__atomic_and_fetch_4, 
 //GO(__atomic_and_fetch_8, 
-GO(__atomic_compare_exchange, iFpii)
+GO(__atomic_compare_exchange, iFLpppii)
 //GO(__atomic_compare_exchange_1, 
 //GO(__atomic_compare_exchange_16, 
 //GO(__atomic_compare_exchange_2, 
 //GO(__atomic_compare_exchange_4, 
 //GO(__atomic_compare_exchange_8, 
-GO(__atomic_exchange, vFpppi)
+GO(__atomic_exchange, vFLpppi)
 //GO(__atomic_exchange_1, 
 //GO(__atomic_exchange_16, 
 //GO(__atomic_exchange_2, 
@@ -60,7 +60,7 @@ GO(__atomic_exchange, vFpppi)
 //GO(atomic_flag_test_and_set, 
 //GO(atomic_flag_test_and_set_explicit, 
 GO(__atomic_is_lock_free, iFLp)
-GO(__atomic_load, vFppi)
+GO(__atomic_load, vFLppi)
 //GO(__atomic_load_1, 
 //GO(__atomic_load_16, 
 //GO(__atomic_load_2, 
@@ -77,7 +77,7 @@ GO(__atomic_load, vFppi)
 //GO(__atomic_or_fetch_4, 
 //GO(__atomic_or_fetch_8, 
 //GO(atomic_signal_fence, 
-GO(__atomic_store, vFppi)
+GO(__atomic_store, vFLppi)
 //GO(__atomic_store_1, 
 //GO(__atomic_store_16, 
 //GO(__atomic_store_2,