diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-11 15:25:08 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-11 15:25:08 +0000 |
commit | dbc82a87a31073b0dbcec8a162f0afc994940b5c (patch) | |
tree | 7fb9132cde3d941759e65889bc5fcbfd52213c2b /winsup/cygwin/include | |
parent | 24b1ccc647ca9830c51521583b527f67540a9ee2 (diff) | |
download | newlib-dbc82a87a31073b0dbcec8a162f0afc994940b5c.zip newlib-dbc82a87a31073b0dbcec8a162f0afc994940b5c.tar.gz newlib-dbc82a87a31073b0dbcec8a162f0afc994940b5c.tar.bz2 |
* cygwin.din: Remove cygwin_getshared.
* shared.cc: Ditto.
* include/cygwin/version.h: Bump API minor number.
* dtable.cc (dtable::build_fhandler): Fix incorrect test for socket.
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 7ab0017..a8e0278 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -143,10 +143,11 @@ details. */ 43: sigsetjmp, siglongjmp fixed 44: Export dirfd 45: perprocess change, gamma_r, gammaf_r, lgamma_r, lgammaf_r + 46: Remove cygwin_getshared */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 45 +#define CYGWIN_VERSION_API_MINOR 46 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |