Fix typo.

This commit is contained in:
Tom Rix 2002-04-09 21:52:05 +00:00
parent 41c3dd2144
commit 4608280d36
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

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