Hi Eric,
> > No need to make a wrapper that burns static storage when we can
> > just use stack storage.
> >
> > * modules/perror (Files): Drop strerror-impl.h.
> > * lib/perror.c (perror): Use our own stack buffer, rather than
> > calling a wrapper that uses static storage.
> > * doc/posix-funct
On 05/24/2011 03:41 PM, Eric Blake wrote:
> No need to make a wrapper that burns static storage when we can
> just use stack storage.
>
> * modules/perror (Files): Drop strerror-impl.h.
> * lib/perror.c (perror): Use our own stack buffer, rather than
> calling a wrapper that uses static storage.
>
No need to make a wrapper that burns static storage when we can
just use stack storage.
* modules/perror (Files): Drop strerror-impl.h.
* lib/perror.c (perror): Use our own stack buffer, rather than
calling a wrapper that uses static storage.
* doc/posix-functions/perror.texi (perror): Document a