[PATCH] Fix syslog(3) in non-C non-US locales

Jakub Jelinek jakub@redhat.com
Thu Sep 25 13:18:00 GMT 2003


On Thu, Sep 25, 2003 at 03:15:34PM +0200, Andreas Schwab wrote:
> >  #ifdef USE_IN_LIBIO
> > -	    f->_IO_write_ptr += strftime (f->_IO_write_ptr,
> > -					  f->_IO_write_end - f->_IO_write_ptr,
> > -					  "%h %e %T ",
> > -					  __localtime_r (&now, &now_tm));
> > +	    f->_IO_write_ptr += strftime_l (f->_IO_write_ptr,
> 
> s/strftime_l/__strftime_l/?

Just posted that...

	Jakub



More information about the Libc-hacker mailing list