This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] Changes the default size of time_t to 64 bit.


----- Freddie Chopin <freddie_chopin@op.pl> schrieb:
> On Fri, 2017-08-11 at 15:47 +0200, Corinna Vinschen wrote:
> > Alternatively, what about sticking to --enable-32bit-time_t and mean
> > it?
> > 
> > We could define time_t as __int32_t or __int_least32_t then, rather
> > than using long.  The definition of time_t is then actually
> > controlled
> > by a concious decision of the developer.
> 
> +1 from me (;
> 
> Regards,
> FCh

Such a type change may break binary compatibility due to C++ name mangling.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine gesch&auml;ftliche Mitteilung im Sinne des EHUG.


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