diff options
author | Christopher Faylor <me@cgf.cx> | 2010-10-27 14:22:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-10-27 14:22:27 +0000 |
commit | 3e38e8abf7f6db339392b39486e6e07f5e86f17a (patch) | |
tree | 21042b999349eb096945fb3df99f48f4b569271a | |
parent | ec515e9e47dc200b8db1fc22185c5c44484b0f55 (diff) | |
download | newlib-3e38e8abf7f6db339392b39486e6e07f5e86f17a.zip newlib-3e38e8abf7f6db339392b39486e6e07f5e86f17a.tar.gz newlib-3e38e8abf7f6db339392b39486e6e07f5e86f17a.tar.bz2 |
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8794111..070d682 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2010-10-27 Christopher Faylor <me+cygwin@cgf.cx> + + * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233. + 2010-10-24 Christopher Faylor <me+cygwin@cgf.cx> * dcrt0.cc (do_exit): Don't set thread termination until all fds have diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index e17d5eb..7f5d40a 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -396,12 +396,13 @@ details. */ ccoshf, cexp, cexpf, cimag, cimagf, clog, clogf, conj, conjf, cpow, cpowf, cproj, cprojf, creal, crealf, csin, csinf, csinh, csinhf, csqrt, csqrtf, ctan, ctanf, ctanh, ctanhf. + 233: Add TIOCGPGRP, TIOCSPGRP. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 232 +#define CYGWIN_VERSION_API_MINOR 233 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |