diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-04-14 09:12:04 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-04-14 09:12:04 +0000 |
commit | 93d66ddc2095c19a19df0f7d32cfda0560b3dfe6 (patch) | |
tree | 12c666cd0d73d1a2e4b7ce34072db3683af7b59d /winsup/cygwin/include | |
parent | b923181eca48edeffb5f1bdaa9f7d424be9bfe68 (diff) | |
download | cygnal-93d66ddc2095c19a19df0f7d32cfda0560b3dfe6.tar.gz cygnal-93d66ddc2095c19a19df0f7d32cfda0560b3dfe6.tar.bz2 cygnal-93d66ddc2095c19a19df0f7d32cfda0560b3dfe6.zip |
* cygwin.din: Export rand_r and ttyname_r.
* syscalls.cc (ttyname_r): New function.
(ttyname): Move functionality to ttyname_r. Call it from here.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 2db2e9bdc..b63fcc15b 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -240,12 +240,13 @@ details. */ 112: Redefine some mtget fields. 113: Again redefine some mtget fields. Use mt_fileno and mt_blkno as on Linux. + 114: Export rand_r, ttyname_r. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 113 +#define CYGWIN_VERSION_API_MINOR 114 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |