From a1a9b7c7df785963c40a5d2eef5e818be5959ef8 Mon Sep 17 00:00:00 2001 From: Yongqiang Guo Date: Tue, 30 Dec 2025 08:10:44 +0000 Subject: [PATCH] urma: fix status definition error. Signed-off-by: Yongqiang Guo (cherry picked from commit 07ce93ca93149051379ba3d1ad835a1c1dcfb0e9) --- src/urma/lib/urma/core/include/urma_opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urma/lib/urma/core/include/urma_opcode.h b/src/urma/lib/urma/core/include/urma_opcode.h index 55f5b88..df80091 100644 --- a/src/urma/lib/urma/core/include/urma_opcode.h +++ b/src/urma/lib/urma/core/include/urma_opcode.h @@ -131,7 +131,7 @@ typedef int urma_status_t; #define URMA_ETIMEOUT ETIMEDOUT // Operation time out #define URMA_EINVAL EINVAL // Invalid argument #define URMA_EEXIST EEXIST // Exist -#define URMA_EINPROGRESS EINPROGRESS, +#define URMA_EINPROGRESS EINPROGRESS #define URMA_FAIL 0x1000 /* 0x1000 */ /* completion information */ -- Gitee