Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-04-10 01:52:05 +0400
committerTom Rix <trix@redhat.com>2002-04-10 01:52:05 +0400
commit4608280d368ccf9cffc1ede5341f0ca79157168b (patch)
tree58f945961819fac41020e19b93fd7aa853a52930 /newlib/libc/include/sys
parent41c3dd2144d8d43c347e5bca3414de28de035bcb (diff)
Fix typo.
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r--newlib/libc/include/sys/reent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h
index b1bf42c13..b2a3b0f5b 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; \