diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-06 19:11:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-06 19:11:14 +0000 |
commit | 829425c9fdfa7aa595e247897bb33d2f69272048 (patch) | |
tree | 69f2d386b88923995c4fda02f871973f8efc6063 /winsup/cygwin/path.h | |
parent | d12eba25a52f3f0f0ffc81d1d90f8c0c84be3c7f (diff) | |
download | newlib-829425c9fdfa7aa595e247897bb33d2f69272048.zip newlib-829425c9fdfa7aa595e247897bb33d2f69272048.tar.gz newlib-829425c9fdfa7aa595e247897bb33d2f69272048.tar.bz2 |
* 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.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index fdfbfdb..4c7f2c0 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -36,7 +36,6 @@ enum path_types PATH_BINARY = MOUNT_BINARY, PATH_EXEC = MOUNT_EXEC, PATH_CYGWIN_EXEC = MOUNT_CYGWIN_EXEC, - PATH_NEEDDIR = 0x20000000, PATH_SOCKET = 0x40000000, PATH_HASACLS = 0x80000000 }; |