about summary refs log tree commit diff
path: root/sysdeps/loongarch/nptl/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/loongarch/nptl/tls.h')
-rw-r--r--sysdeps/loongarch/nptl/tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/loongarch/nptl/tls.h b/sysdeps/loongarch/nptl/tls.h
index 3b271c4b60..24bffe3a0a 100644
--- a/sysdeps/loongarch/nptl/tls.h
+++ b/sysdeps/loongarch/nptl/tls.h
@@ -119,8 +119,8 @@ typedef struct
 #define THREAD_GSCOPE_RESET_FLAG() \
   do \
     { \
-      int __res = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
-				       THREAD_GSCOPE_FLAG_UNUSED); \
+      int __res = atomic_exchange_release (&THREAD_SELF->header.gscope_flag, \
+					   THREAD_GSCOPE_FLAG_UNUSED); \
       if (__res == THREAD_GSCOPE_FLAG_WAIT) \
 	lll_futex_wake (&THREAD_SELF->header.gscope_flag, 1, LLL_PRIVATE); \
     } \