* 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.
This commit is contained in:
Christopher Faylor
2001-09-11 15:25:08 +00:00
parent 24b1ccc647
commit dbc82a87a3
6 changed files with 32 additions and 22 deletions

View File

@ -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.