* cygwin.din: Export rand48 functions.
* thread.cc (MTinterface::Init): Remove the initialization of `reent_data'. * dcrt0.cc: Add the initalizer to the declaration of `reent_data'. * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 35.
This commit is contained in:
@ -301,14 +301,6 @@ MTinterface::Init (int forked)
|
||||
item->sigmask = NULL;
|
||||
item->sigtodo = NULL;
|
||||
#endif
|
||||
|
||||
struct _reent *r = _REENT;
|
||||
memset (r, 0, sizeof (struct _reent));
|
||||
|
||||
r->_errno = 0;
|
||||
r->_stdin = &r->__sf[0];
|
||||
r->_stdout = &r->__sf[1];
|
||||
r->_stderr = &r->__sf[2];
|
||||
}
|
||||
|
||||
ThreadItem *
|
||||
|
Reference in New Issue
Block a user