summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-01-24 15:23:15 +0000
committerCorinna Vinschen <corinna@vinschen.de>2003-01-24 15:23:15 +0000
commit7d33eefa7b3535e37ab3948e8c1d740c1eb17d44 (patch)
treecc3139a0c6cd50e0c86692775cc1b67fb7df5e23 /winsup/cygwin/include
parentac4133746eeaad61b2bb2f71bd8861615b052427 (diff)
downloadcygnal-7d33eefa7b3535e37ab3948e8c1d740c1eb17d44.tar.gz
cygnal-7d33eefa7b3535e37ab3948e8c1d740c1eb17d44.tar.bz2
cygnal-7d33eefa7b3535e37ab3948e8c1d740c1eb17d44.zip
* 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