diff options
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = { {H5E_CANTCOPY, "Unable to copy object"}, {H5E_CANTFREE, "Unable to free object"}, {H5E_ALREADYEXISTS, "Object already exists"}, + {H5E_CANTLOCK, "Unable to lock object"}, + {H5E_CANTUNLOCK, "Unable to unlock object"}, /* File accessability errors */ {H5E_FILEEXISTS, "File already exists"}, |