[PATCH] Use TIME_T_MAX and TIME_T_MIN in tst-mktime2.c

Paul Eggert eggert@cs.ucla.edu
Thu Jan 14 20:59:00 GMT 2016


On 01/14/2016 11:44 AM, H.J. Lu wrote:
> +#ifndef TIME_T_MIN
> +# define TIME_T_MIN TYPE_MINIMUM (time_t)
> +#endif
> +#ifndef TIME_T_MAX
> +# define TIME_T_MAX TYPE_MAXIMUM (time_t)
> +#endif
> +
>   static time_t time_t_max;
>   static time_t time_t_min;

Please get rid of the lower-case variables, and replace all uses of them 
with the new (upper-case) macros.



More information about the Libc-alpha mailing list