From f181fcb587e88ac602289a2f258b7a39e745a4e4 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 20 Mar 2025 18:58:21 -0600 Subject: lib9p: idl: Create an 'errno' type --- lib9p/tests/test_compile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib9p/tests') diff --git a/lib9p/tests/test_compile.c b/lib9p/tests/test_compile.c index 0e33522..d001b2f 100644 --- a/lib9p/tests/test_compile.c +++ b/lib9p/tests/test_compile.c @@ -46,6 +46,7 @@ int main(void) { x = LIB9P_O_EXEC; x = LIB9P_O_MODE_MASK; x = LIB9P_O_FLAG_MASK; + x = LIB9P_ERRNO_NOERROR; x = LIB9P_GETATTR_DATA_VERSION; x = LIB9P_GETATTR_GEN; x = LIB9P_GETATTR_BTIME; -- cgit v1.2.3-2-g168b