pnoltes commented on code in PR #536:
URL: https://github.com/apache/celix/pull/536#discussion_r1184127497


##########
libs/utils/include/celix_errno.h:
##########
@@ -178,6 +178,7 @@ CELIX_UTILS_EXPORT const char* 
celix_strerror(celix_status_t status);
  */
 
 #define CELIX_ENOMEM                    
CELIX_ERROR_MAKE(CELIX_FACILITY_CERRNO,ENOMEM)
+#define CELIX_EAGAIN                    
CELIX_ERROR_MAKE(CELIX_FACILITY_CERRNO,EAGAIN)

Review Comment:
   Agree, I will update this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to