]> pd.if.org Git - pdclib.old/blobdiff - internals/_PDCLIB_int.h
PDCLIB-2 PDCLIB-9: As an extension, add the POSIX thread-local locale API
[pdclib.old] / internals / _PDCLIB_int.h
index 64d921967de5465ce795da8beabfcf10ebe1f924..315a0e363b44b38bffc2dc4bd97840db55df05a4 100644 (file)
@@ -384,7 +384,7 @@ typedef struct _PDCLIB_mbstate {
 } _PDCLIB_mbstate_t;
 
 typedef struct _PDCLIB_charcodec  _PDCLIB_charcodec_t;
-typedef struct _PDCLIB_locale     _PDCLIB_locale_t;
+typedef struct _PDCLIB_locale    *_PDCLIB_locale_t;
 typedef struct lconv              _PDCLIB_lconv_t;
 
 /* -------------------------------------------------------------------------- */