diff options
Diffstat (limited to 'lib/libc/nls/msgcat.h')
-rw-r--r-- | lib/libc/nls/msgcat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/nls/msgcat.h b/lib/libc/nls/msgcat.h index ee6799d3..f13d888 100644 --- a/lib/libc/nls/msgcat.h +++ b/lib/libc/nls/msgcat.h @@ -130,7 +130,7 @@ typedef struct _MCSetT { */ typedef struct { long loadType; /* How to load the messages (see MSLoadType) */ - int fd; /* File descriptor of catalog (if load-on-demand) */ + FILE *fp; /* File descriptor of catalog (if load-on-demand) */ long numSets; /* Number of sets */ MCSetT *sets; /* Pointer to the sets */ off_t firstSet; /* Offset of first set on disk */ |