* cygwin.din: Export getsubopt.

* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
Corinna Vinschen 2006-01-09 12:37:08 +00:00
parent 0b7094d95d
commit 6c5da6783c
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-09 Eric Blake <ebb9@byu.net>
* cygwin.din: Export getsubopt.
* include/cygwin/version.h: Bump API minor version.
2006-01-08 Christopher Faylor <cgf@timesys.com>
* fhandler_tty.cc (fhandler_tty_slave::dup): Don't assign a controlling

View File

@ -321,6 +321,7 @@ getservbyport = cygwin_getservbyport SIGFE
getservent = cygwin_getservent SIGFE
getsockname = cygwin_getsockname SIGFE
getsockopt = cygwin_getsockopt SIGFE
getsubopt SIGFE
getusershell SIGFE
herror = cygwin_herror SIGFE
hstrerror = cygwin_hstrerror NOSIGFE

View File

@ -284,12 +284,13 @@ details. */
int, as per linux.
148: Add open(2) flags O_SYNC, O_RSYNC, O_DSYNC and O_DIRECT.
149: Add open(2) flag O_NOFOLLOW.
150: Export getsubopt.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 149
#define CYGWIN_VERSION_API_MINOR 150
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible