This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix -Wundef warning for HAVE_LOCALTIME_R


On 09-07-2014 08:05, Siddhesh Poyarekar wrote:
> Define HAVE_LOCALTIME_R to 0.  There is again a gnulib copy for this
> in lib/strptime.c, but it is out of sync with our copy.
>
> Siddhesh
>
> 	* time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
>
> ---
>  time/strptime_l.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/time/strptime_l.c b/time/strptime_l.c
> index 8fe623d..02680d9 100644
> --- a/time/strptime_l.c
> +++ b/time/strptime_l.c
> @@ -28,6 +28,7 @@
>  #include <stdbool.h>
>  
>  #ifdef _LIBC
> +#define HAVE_LOCALTIME_R 0
>  # include "../locale/localeinfo.h"
>  #endif
>  

I would indent with following '# include' directive, otherwise looks ok.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]