[abi] Add j6_err_exists

This error was used by code that didn't end up getting used, but it's a
useful error to keep around.
This commit is contained in:
2020-09-23 00:18:06 -07:00
parent 41eac2764a
commit 6780ab1b67

View File

@@ -10,6 +10,7 @@
#define j6_status_closed 0x1000 #define j6_status_closed 0x1000
#define j6_status_destroyed 0x1001 #define j6_status_destroyed 0x1001
#define j6_status_exists 0x1002
#define j6_err_nyi j6_err(0x0001) #define j6_err_nyi j6_err(0x0001)
#define j6_err_unexpected j6_err(0x0002) #define j6_err_unexpected j6_err(0x0002)