Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-02-20 05:53:55 +0300
committerChristopher Faylor <me@cgf.cx>2001-02-20 05:53:55 +0300
commitf97e7d754c03d1a2b09a0da9fe7564ad445b7476 (patch)
tree076a15f743f5873d2f73dbc84a3dfda860560296 /winsup/cygwin/include
parent72a82eaa20e2b2b40d669bb31b85df5e56f26916 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index abb76c070..1095aac3b 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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