From 7cd6a5437c263a4e2b64bafdf780d60ce51f941f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Sep 2022 23:14:03 -0400 Subject: Simplify thread and semaphore status codes --- include/zix/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zix/common.h') diff --git a/include/zix/common.h b/include/zix/common.h index 0cefd55..a097edd 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -29,6 +29,7 @@ typedef enum { ZIX_STATUS_TIMEOUT, ZIX_STATUS_OVERFLOW, ZIX_STATUS_NOT_SUPPORTED, + ZIX_STATUS_UNAVAILABLE, } ZixStatus; /// Return a string describing a status code -- cgit v1.2.1