aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-09 12:37:08 +0000
committerCorinna Vinschen <corinna@vinschen.de>2006-01-09 12:37:08 +0000
commit6c5da6783c421489df3c48c300849dc19894f5a5 (patch)
tree23c24eea407f389f594577c9a09c78cb1b031291
parent0b7094d95dd60849718b441b07c81a36432ac1e4 (diff)
downloadnewlib-6c5da6783c421489df3c48c300849dc19894f5a5.zip
newlib-6c5da6783c421489df3c48c300849dc19894f5a5.tar.gz
newlib-6c5da6783c421489df3c48c300849dc19894f5a5.tar.bz2
* cygwin.din: Export getsubopt.
* include/cygwin/version.h: Bump API minor version.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b8afb7f..0dc9c9f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 33cda29..5efc6fd 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -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
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index d284a07..b464d32 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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