aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/shared.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-11 15:25:08 +0000
committerChristopher Faylor <me@cgf.cx>2001-09-11 15:25:08 +0000
commitdbc82a87a31073b0dbcec8a162f0afc994940b5c (patch)
tree7fb9132cde3d941759e65889bc5fcbfd52213c2b /winsup/cygwin/shared.cc
parent24b1ccc647ca9830c51521583b527f67540a9ee2 (diff)
downloadnewlib-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/shared.cc')
-rw-r--r--winsup/cygwin/shared.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc
index 1a267ea..8ce88d2 100644
--- a/winsup/cygwin/shared.cc
+++ b/winsup/cygwin/shared.cc
@@ -201,14 +201,6 @@ shared_info::heap_chunk_size ()
return heap_chunk_in_mb << 20;
}
-/* For apps that wish to access the shared data. */
-
-shared_info *
-cygwin_getshared ()
-{
- return cygwin_shared;
-}
-
/*
* Function to return a common SECURITY_DESCRIPTOR * that
* allows all access.