aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-04-09 21:52:05 +0000
committerTom Rix <trix@redhat.com>2002-04-09 21:52:05 +0000
commit4608280d368ccf9cffc1ede5341f0ca79157168b (patch)
tree58f945961819fac41020e19b93fd7aa853a52930 /newlib
parent41c3dd2144d8d43c347e5bca3414de28de035bcb (diff)
downloadnewlib-4608280d368ccf9cffc1ede5341f0ca79157168b.zip
newlib-4608280d368ccf9cffc1ede5341f0ca79157168b.tar.gz
newlib-4608280d368ccf9cffc1ede5341f0ca79157168b.tar.bz2
Fix typo.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/sys/reent.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 838f1b8..02197ba 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-09 Tom Rix <trix@redhat.com>
+
+ * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.
+
2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>
* libc/include/time.h: Fix strptime declaration.
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h
index b1bf42c..b2a3b0f 100644
--- a/newlib/libc/include/sys/reent.h
+++ b/newlib/libc/include/sys/reent.h
@@ -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; \