* 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:
@@ -866,6 +866,24 @@ y1
|
||||
y1f
|
||||
yn
|
||||
ynf
|
||||
drand48
|
||||
_drand48 = drand48
|
||||
erand48
|
||||
_erand48 = erand48
|
||||
jrand48
|
||||
_jrand48 = jrand48
|
||||
lcong48
|
||||
_lcong48 = lcong48
|
||||
lrand48
|
||||
_lrand48 = lrand48
|
||||
mrand48
|
||||
_lrand48 = lrand48
|
||||
nrand48
|
||||
_nrand48 = nrand48
|
||||
seed48
|
||||
_seed48 = seed48
|
||||
srand48
|
||||
_srand48 = srand48
|
||||
setmode
|
||||
_setmode = setmode
|
||||
__assertfail
|
||||
|
Reference in New Issue
Block a user