* 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:
		@@ -125,10 +125,12 @@ details. */
 | 
			
		||||
       32: Export getrlimit/setrlimit
 | 
			
		||||
       33: Export setlogmask
 | 
			
		||||
       34: Separated out mount table
 | 
			
		||||
       35: Export drand48, erand48, jrand48, lcong48, lrand48,
 | 
			
		||||
           mrand48, nrand48, seed48, and srand48.
 | 
			
		||||
     */
 | 
			
		||||
 | 
			
		||||
#define CYGWIN_VERSION_API_MAJOR 0
 | 
			
		||||
#define CYGWIN_VERSION_API_MINOR 34
 | 
			
		||||
#define CYGWIN_VERSION_API_MINOR 35
 | 
			
		||||
 | 
			
		||||
     /* There is also a compatibity version number associated with the
 | 
			
		||||
	shared memory regions.  It is incremented when incompatible
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user