Windows: add a wrapper for the shutdown() system call
commita7941795b1eb720f3bf3df2f4c68d58dd0fba7e1
authorJohannes Sixt <j6t@kdbg.org>
Wed, 18 May 2011 20:24:37 +0000 (18 22:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2011 21:24:48 +0000 (18 14:24 -0700)
tree48c07a875001d61d5904e6e16804e1309b036f1d
parent4fec83045bdc53ed9d3ff71ed099e3e6992b5c56
Windows: add a wrapper for the shutdown() system call

Even though Windows's socket functions look like their POSIX counter parts,
they do not operate on file descriptors, but on "socket objects". To bring
the functions in line with POSIX, we have proxy functions that wrap and
unwrap the socket objects in file descriptors using open_osfhandle and
get_osfhandle. But shutdown() was not proxied, yet. Fix this.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c
compat/mingw.h