From 80aa9bc6aadc495d8a6166810f3c0405aa7a2e72 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 11 Jan 2004 04:37:47 +0000 Subject: [PATCH] Add new return code: LAM_ERR_IN_ERRNO This commit was SVN r252. --- src/lam/constants.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lam/constants.h b/src/lam/constants.h index 1f8bddba70..0985f91bda 100644 --- a/src/lam/constants.h +++ b/src/lam/constants.h @@ -20,7 +20,8 @@ enum { LAM_ERR_NOT_IMPLEMENTED = -10, LAM_ERR_NOT_SUPPORTED = -11, LAM_ERR_INTERUPTED = -12, - LAM_ERR_WOULD_BLOCK = -13 + LAM_ERR_WOULD_BLOCK = -13, + LAM_ERR_IN_ERRNO = -14 }; #endif /* LAM_CONSTANTS_H */