summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5E.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5E.c b/src/H5E.c
index 260ab1c..98bfe1d 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -109,6 +109,7 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = {
{H5E_WRITEERROR, "Write failed"},
{H5E_CLOSEERROR, "Close failed"},
{H5E_OVERFLOW, "Address overflowed"},
+ {H5E_FCNTL, "File control (fcntl) failed"},
/* Function entry/exit interface errors */
{H5E_CANTINIT, "Unable to initialize object"},