aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmerrno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmerrno.c')
-rw-r--r--src/gdbmerrno.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gdbmerrno.c b/src/gdbmerrno.c
index 9d7a2bf..d9c5c3f 100644
--- a/src/gdbmerrno.c
+++ b/src/gdbmerrno.c
@@ -53,6 +53,7 @@ const char * const gdbm_errlist[_GDBM_MAX_ERRNO+1] = {
N_("Wrong file offset"), /* GDBM_BAD_FILE_OFFSET */
N_("Bad file flags"), /* GDBM_BAD_OPEN_FLAGS */
N_("Cannot stat file"), /* GDBM_FILE_STAT_ERROR */
+ N_("Unexpected end of file"), /* GDBM_FILE_EOF */
};
const char *

Return to:

Send suggestions and report system problems to the System administrator.