summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libhw_cr/host_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw_cr/host_net.c b/libhw_cr/host_net.c
index ba634a6..03cf7db 100644
--- a/libhw_cr/host_net.c
+++ b/libhw_cr/host_net.c
@@ -68,7 +68,7 @@ static void hostnet_init(void) {
#define WAKE_COROUTINE(args) do { \
int r; \
- union sigval val = {0}; \
+ union sigval val = {}; \
val.sival_int = (int)((args)->cr_coroutine); \
do { \
r = pthread_sigqueue((args)->cr_thread, \