mingw.h: add dummy functions for sigset_t operations
commit4e6d207c45e6f5c13b38c4a200f0d3339f88ad34
authorJohannes Sixt <j6t@kdbg.org>
Mon, 22 Sep 2014 18:24:34 +0000 (22 20:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2014 20:41:52 +0000 (22 13:41 -0700)
treeb181deb0b1e7fc50fc90d785e2491cf387761844
parent7559a1be8a0afb10df41d25e4cf4c5285a5faef1
mingw.h: add dummy functions for sigset_t operations

Windows does not have POSIX-like signals, and so we ignore all
operations on the non-existent signal mask machinery.

Do not turn sigemptyset into a function, but leave it a macro that
erases the code in the argument because it is used to set sa_mask
of a struct sigaction, but our dummy in mingw.h does not have that
member.

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