summaryrefslogtreecommitdiffstats
path: root/test/sem_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sem_test.c')
-rw-r--r--test/sem_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sem_test.c b/test/sem_test.c
index bcc4116..9dffe1f 100644
--- a/test/sem_test.c
+++ b/test/sem_test.c
@@ -22,8 +22,8 @@
#include "zix/sem.h"
#include "zix/thread.h"
-ZixSem sem;
-unsigned n_signals = 1024;
+static ZixSem sem;
+static unsigned n_signals = 1024;
static void*
reader(void* arg)