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:
authorCorinna Vinschen <corinna@vinschen.de>2003-01-24 18:23:15 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-01-24 18:23:15 +0300
commit7d33eefa7b3535e37ab3948e8c1d740c1eb17d44 (patch)
treecc3139a0c6cd50e0c86692775cc1b67fb7df5e23 /winsup/cygwin/include
parentac4133746eeaad61b2bb2f71bd8861615b052427 (diff)
* cygwin.din: Export setreuid32, setreuid, setregid32, setregid.
* syscalls.cc (setreuid32): New function. (setreuid): Ditto. (setregid32): Ditto. (setregid): Ditto. * include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 1a10b7be9..88a69c8c5 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -170,12 +170,13 @@ details. */
70: Export asprintf, _asprintf_r, vasprintf, _vasprintf_r
71: Export strerror_r
72: Export nanosleep
+ 73: Export setreuid32, setreuid, setregid32, setregid
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 72
+#define CYGWIN_VERSION_API_MINOR 73
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible