From 12cac42e31653323ec607ba3b6512fe9a734d083 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 20:02:18 -0400 Subject: Add return status to zix_ring_mlock() --- include/zix/ring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zix') diff --git a/include/zix/ring.h b/include/zix/ring.h index 872f963..8100d2b 100644 --- a/include/zix/ring.h +++ b/include/zix/ring.h @@ -66,7 +66,7 @@ zix_ring_free(ZixRing* ZIX_NULLABLE ring); using the ring. */ ZIX_API -void +ZixStatus zix_ring_mlock(ZixRing* ZIX_NONNULL ring); /** -- cgit v1.2.1