X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fposix%2Finternals%2F_PDCLIB_config.h;h=273f2d2f5997f55382880556406fa8a791bed0a3;hb=0694aac9fb1190feaa4fb3ff6d55175e0ac48e52;hp=5cee1ef51340c69a394ea335101e32a18534cd9b;hpb=9fcf1b27fc705cc131b258478d95ce9de65aabc0;p=pdclib.old diff --git a/platform/posix/internals/_PDCLIB_config.h b/platform/posix/internals/_PDCLIB_config.h index 5cee1ef..273f2d2 100644 --- a/platform/posix/internals/_PDCLIB_config.h +++ b/platform/posix/internals/_PDCLIB_config.h @@ -186,7 +186,7 @@ struct _PDCLIB_imaxdiv_t * any functions for manipulating more accurate values of time_t, this is * probably not useful. */ -#define _PDCLIB_time unsigned long long +#define _PDCLIB_time long /* : clock_t * @@ -322,6 +322,11 @@ struct _PDCLIB_imaxdiv_t /* TODO: Better document these */ +/* Locale --------------------------------------------------------------------*/ + +/* Locale method. See _PDCLIB_locale.h */ +#define _PDCLIB_LOCALE_METHOD _PDCLIB_LOCALE_METHOD_TSS + /* I/O ---------------------------------------------------------------------- */ /* The default size for file buffers. Must be at least 256. */