This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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 syslog(3) in non-C non-US locales


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


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