From 4608280d368ccf9cffc1ede5341f0ca79157168b Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 9 Apr 2002 21:52:05 +0000 Subject: Fix typo. --- newlib/libc/include/sys/reent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') 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; \ -- cgit v1.2.3