This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 2/2] Fix time/mktime.c and time/gmtime.c for gnulib compatibility
- From: Paul Eggert <eggert at cs dot ucla dot edu>
- To: Lukasz Majewski <lukma at denx dot de>, libc-alpha at sourceware dot org
- Cc: Joseph Myers <joseph at codesourcery dot com>
- Date: Mon, 11 Mar 2019 17:12:48 -0700
- Subject: Re: [PATCH v2 2/2] Fix time/mktime.c and time/gmtime.c for gnulib compatibility
- References: <20190227112042.1794-1-lukma@denx.de> <20190227112042.1794-2-lukma@denx.de>
On 2/27/19 3:20 AM, Lukasz Majewski wrote:
> -#ifdef weak_alias
> weak_alias (__mktime64, __timelocal64)
> -#endif
This part of the patch won't be needed if my suggestion about removing
timelocal64 (from the previous patch) is taken. Otherwise this patch
looks OK to me once the earlier patch is settled on.