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] Add _REENT_INIT_PTR_ZEROED()


On Dec 14 15:35, Sebastian Huber wrote:
> On 14/12/15 14:43, Corinna Vinschen wrote:
> >On Dec 14 09:57, Sebastian Huber wrote:
> >>>Provide a _REENT_INIT_PTR_ZEROED() macro to initialize an already
> >>>zero-initialized struct _reent.
> >Why?  This might be nice to have, but since this patch is missing
> >a use-case, we just don't know...
> >
> 
> I changed the initialization of the thread control blocks in RTEMS to
> initialized them to zero and only explicitly set the non-zero values. Now I
> do a double memset() of the struct _reent which is a part of the thread
> control block.

Thanks.  Patch applied.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpFD4NLVyZvU.pgp
Description: PGP signature


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