patch, stormy16 reent.h build failure
J. Johnston
jjohnstn@redhat.com
Tue Apr 9 14:02:00 GMT 2002
Tom Rix wrote:
>
> Building xstormy-elf fails.
> The patch fixes a typo with sys/reent.h.
>
> Is this ok if I commit?
> Tom
>
Yes, thanks.
-- Jeff J.
------------------------------------------------------------------------------------------------------------------------------------------------------
> 2002-04-09 Tom Rix <trix@redhat.com>
>
> * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.
>
> Index: newlib/libc/include/sys/reent.h
> ===================================================================
> RCS file: /cvs/uberbaum/newlib/libc/include/sys/reent.h,v
> retrieving revision 1.10
> diff -d -u -p -r1.10 reent.h
> --- newlib/libc/include/sys/reent.h 1 Apr 2002 23:06:18 -0000 1.10
> +++ newlib/libc/include/sys/reent.h 9 Apr 2002 18:56:51 -0000
> @@ -325,7 +325,7 @@ struct _reent
> var->_r48 = _NULL; \
> var->_localtime_buf = _NULL; \
> var->_asctime_buf = _NULL; \
> - var->_sig_func = _NULL;
> + var->_sig_func = _NULL; \
> var->_atexit._ind = 0; \
> var->_atexit._fns = _NULL}; \
> var->__sglue._next = _NULL; \
More information about the Newlib
mailing list