aboutsummaryrefslogtreecommitdiff
path: root/src/utils/wrapthread.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-12 13:58:01 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-12 13:58:01 +0100
commitfac592f1ea6961c2dc8066a77679a6d0685db477 (patch)
treec64da95b05a956192859a8d9a628653fa4eb64ec /src/utils/wrapthread.h
parent8237e8961f34fc0902be25c05c9efa83c9b7bd91 (diff)
parenta82527e00fd535d0740deb45e39d041863116404 (diff)
downloadnissy-core-fac592f1ea6961c2dc8066a77679a6d0685db477.tar.gz
nissy-core-fac592f1ea6961c2dc8066a77679a6d0685db477.zip
Merge branch 'master' of tronto.net:nissy-core into windows
Diffstat (limited to 'src/utils/wrapthread.h')
-rw-r--r--src/utils/wrapthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/wrapthread.h b/src/utils/wrapthread.h
index 482b67f..28654fe 100644
--- a/src/utils/wrapthread.h
+++ b/src/utils/wrapthread.h
@@ -2,8 +2,8 @@
2 2
3#define wrapthread_atomic 3#define wrapthread_atomic
4 4
5#define wrapthread_define_var_thread_t(x) char x; (void)(x) 5#define wrapthread_define_var_thread_t(x) unused char x
6#define wrapthread_define_var_mutex_t(x) char x; (void)(x) 6#define wrapthread_define_var_mutex_t(x) unused char x
7#define wrapthread_define_struct_thread_t(x) char x 7#define wrapthread_define_struct_thread_t(x) char x
8#define wrapthread_define_struct_mutex_t(x) char x 8#define wrapthread_define_struct_mutex_t(x) char x
9 9

Generated with cgit - Back to sebastiano.tronto.net