diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-20 18:58:21 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-22 19:32:44 -0600 |
commit | f181fcb587e88ac602289a2f258b7a39e745a4e4 (patch) | |
tree | 9317fa4150dc7ae7b35272188adc716d05ace789 /lib9p/tests | |
parent | 83c207920d2073c45ff15d1da92a126d8d892eec (diff) |
lib9p: idl: Create an 'errno' type
Diffstat (limited to 'lib9p/tests')
-rw-r--r-- | lib9p/tests/test_compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |