diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-09-08 20:08:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-09-08 20:08:53 +0000 |
commit | 24efca1401704881732859321c6c9dab024a02c5 (patch) | |
tree | 0c87d4484e7101381749ba074969b8543b4f7ac2 /winsup/cygwin/include | |
parent | 6c73e542526f7ecde1b8b6ec4c29c63ce6d42441 (diff) | |
download | cygnal-24efca1401704881732859321c6c9dab024a02c5.tar.gz cygnal-24efca1401704881732859321c6c9dab024a02c5.tar.bz2 cygnal-24efca1401704881732859321c6c9dab024a02c5.zip |
* cygwin.din: Export endusershell, getusershell and setusershell.
* syscalls.cc (getusershell): New function.
(setusershell): Ditto.
(endusershell): Ditto.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index b0abf8d5e..9fc8cdf2b 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -211,16 +211,17 @@ details. */ 89: Export __mempcpy 90: Export _fopen64 91: Export argz_add argz_add_sep argz_append argz_count argz_create - argz_create_sep argz_delete argz_extract argz_insert - argz_next argz_replace argz_stringify envz_add envz_entry - envz_get envz_merge envz_remove envz_strip + argz_create_sep argz_delete argz_extract argz_insert + argz_next argz_replace argz_stringify envz_add envz_entry + envz_get envz_merge envz_remove envz_strip + 92: Export getusershell, setusershell, eetusershell */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 91 +#define CYGWIN_VERSION_API_MINOR 92 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |