diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-11-17 17:25:59 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-11-17 17:25:59 +0000 |
commit | 6e17cee57bae7447ee61a14e77bfe41f6efc8cdd (patch) | |
tree | 8e3e746d56deb8402663a9d5a27edcf8acf4fc3e /winsup/cygwin/include | |
parent | 490d129f4ad49dd6682bc424a067a96cb4473a21 (diff) | |
download | cygnal-6e17cee57bae7447ee61a14e77bfe41f6efc8cdd.tar.gz cygnal-6e17cee57bae7447ee61a14e77bfe41f6efc8cdd.tar.bz2 cygnal-6e17cee57bae7447ee61a14e77bfe41f6efc8cdd.zip |
* bsdlib.cc (getprogname): New function.
(setprogname): New funtion.
* cygwin.din: Export getprogname and setprogname.
* include/cygwin/version.h: Bumb API version 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 3a39c2367..24b9eb62a 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -227,13 +227,14 @@ details. */ 100: CW_GET_SHMLBA addition to external.cc. 101: Export err, errx, verr, verrx, warn, warnx, vwarn, vwarnx. 102: CW_GET_UID_FROM_SID and CW_GET_GID_FROM_SID addition to external.cc. + 103: Export getprogname, setprogname. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 102 +#define CYGWIN_VERSION_API_MINOR 103 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |