From 0c365c631fc11ec4c1c6fbbeeb194a3609b59b93 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 11 Dec 2006 19:59:06 +0000 Subject: * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o. (SUBLIBS): Add libresolv.a. Add rule for libresolv.a. * autoload.cc: Fix return code handling for IP Helper API in case of being unable to load iphlpapi.dll. (DnsQuery_A): Define. (DnsRecordListFree): Define. * cygwin.din: Export resolver functions. * include/resolv.h: New header. * include/arpa/nameser.h: New header. * include/arpa/nameser_compat.h: New header. * include/cygwin/version.h: Bump API minor number. * libc/minires-os-if.c: New file. * libc/minires.c: New file. * libc/minires.h: New file. --- winsup/cygwin/sigproc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index a8d4a3321..1c485cc1f 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -515,6 +515,7 @@ sigproc_terminate (exit_states es) sigproc_printf ("entering"); sig_send (myself_nowait, __SIGEXIT); proc_terminate (); // clean up process stuff + CloseHandle (my_sendsig); } } -- cgit v1.2.3