]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: AF_UNIX: adapt symlink and reparse point to mqueues
authorKen Brown <kbrown@cornell.edu>
Wed, 5 May 2021 20:50:18 +0000 (16:50 -0400)
committerKen Brown <kbrown@cornell.edu>
Fri, 4 Jun 2021 16:36:45 +0000 (12:36 -0400)
commit1b2475d7b98a8a3f392678e29258ce3dc4f3b42e
treed6a99171d318983a263d9a4009a660d487eb25f9
parentc001dd883fa657b6c96e3dae614f34368211deb5
Cygwin: AF_UNIX: adapt symlink and reparse point to mqueues

create_symlink, create_reparse_point, and create_file now take a char
*mqueue_name argument instead of a PUNICODE_STRING.  For
create_symlink, convert the string to a UNICODE_STRING and make that
the target of the symlink.  For create_reparse_point, store the string
in the reparse point as is.

Make other provisional changes so that compilation will succeed.  This
includes adding a methode connect_mqueue that does nothing for now.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_socket_unix.cc
This page took 0.030394 seconds and 5 git commands to generate.