OSDN Git Service

* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT
authorcgf <cgf>
Fri, 6 Oct 2000 19:11:14 +0000 (19:11 +0000)
committercgf <cgf>
Fri, 6 Oct 2000 19:11:14 +0000 (19:11 +0000)
commita8d3329c2567faf4dc67e413dcecf15e7bebf5c7
tree6f1ed06ddf0ddcd542c36eb410c4ad2a187badf1
parent0ea67b5f46c08f6cc272fed9e4b436d69b4daa8b
* net.cc (set_socket_inheritance): Rename from duplicate_socket.  Use NT
specific call when appropriate.
(__set_winsock_errno): Rename from set_winsock_errno.  Accept function and line
as arguments.
* path.cc (path_conv::check): Continue the neverending battle to make cygwin
properly understand that path specs ending in a slash require that the path
refer to a directory.  Windows does not do this by default.
(symlink_info::check): Remove ENOTDIR test.  Move it to path_conv::check.
* path.h: Remove obsolete constant.
* winsup.h (set_winsock_errno): New macro.
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/winsup.h