summaryrefslogtreecommitdiffstats
path: root/include/zix/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/sem.h')
-rw-r--r--include/zix/sem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/sem.h b/include/zix/sem.h
index 206e4e9..eeecfb1 100644
--- a/include/zix/sem.h
+++ b/include/zix/sem.h
@@ -129,7 +129,7 @@ struct ZixSemImpl {
#elif defined(_WIN32)
struct ZixSemImpl {
- HANDLE sem;
+ HANDLE ZIX_NONNULL sem;
};
#else /* !defined(__APPLE__) && !defined(_WIN32) */