This is the mail archive of the newlib@sources.redhat.com 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]

patch, stormy16 reent.h build failure


Building xstormy-elf fails.
The patch fixes a typo with sys/reent.h.

Is this ok if I commit?
Tom

--
Tom Rix
GCC Engineer
trix@redhat.com


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; \

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