diff options
Diffstat (limited to 'locale/locarchive.h')
-rw-r--r-- | locale/locarchive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/locarchive.h b/locale/locarchive.h index f2d84771ab..fec3b1a4f7 100644 --- a/locale/locarchive.h +++ b/locale/locarchive.h @@ -80,6 +80,8 @@ struct locrecent struct locarhandle { + /* Full path to the locale archive file. */ + const char *fname; int fd; void *addr; size_t mmaped; |