X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=hl6U432zeAZ4R3DP
	obUgO4q6V/rXtCEeHesfrof1BE0r+75uyMS8PgKeNAFCdzamdqBzkC2G5ztcR1cN
	huLv4nMHD+UWjaLKg9USEog2sJuK8CyQL0I0tZnMAJeq5M1veKuy7anXKRcymhKF
	MGtLyYp06ftSoHo3yhJjhYXm53A=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=ONbaFj3jjLebAxUHyldBMN
	bI2aY=; b=O6EBwh+D+7nn0rnXwJqyTbqkpVsC9J6Mn5sGm1Gocbkf4Ak5hlUtvd
	isnKP+uZgmsgbrwymZCbKFWVxw+v2D5YMzDmLtcfpK3AYxquQGLmo6XFbPQYgsCq
	OfZmCuHqBNgugSKxIbNDBKAebzw3o0t1RKgTNQQ07znyGnWIxdu48=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=BAYES_50,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=H*UA:Bat!, quoting, olivia, H*r:smtp
X-HELO: forward104j.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1581360600;	bh=SiYMdFTgZMkvLKWL06hqMM99GYfjmodd79qscrNcOJY=;	h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date;	b=u4JyxvZuce00/oOVoHRg1rOUIz6cP7BK6tydPr/H6bGjBRbU5SUHDCoOAtVsGz3xc	 RbcKTyZ0NttdOwYlKiP7PoMBHvw/Hgssap0jLGigMPvqUfIWPFbYx5usosNxBdfQoK	 a75a/6cDh5gfUSN0oUpijPsjS1BW8X5CdNDl1MDM=
Authentication-Results: mxback17o.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Mon, 10 Feb 2020 21:45:29 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <791595398.20200210214529@yandex.ru>
To: Olivia Nelson <the.warl0ck.1989@gmail.com>, cygwin@cygwin.com
Subject: Re: DllMain not called in CreateRemoteThread
In-Reply-To: <CAJZVxRk0EoRBtGWwUsQY7SQkMTzndZPd0kuOhvGBc8+W5ahbnQ@mail.gmail.com>
References: <CAJZVxRkk3K6jOtiXUsW6iOFzDAGm4yf393zcYTYphfCKY-qSQg@mail.gmail.com>   <c9486fc4-b69f-2704-b759-ce8a5ab23965@gmail.com>  <CAJZVxR=gFdeYeZYorqmxOL_BKXcrO22EqsMbteD-h+qT9igngg@mail.gmail.com>  <5a745b381650978f29cb650757ffa3c4acc62f49.camel@Askesis.nl>  <CAJZVxR==EeX0y02Y5_ZhoFKnFCMmONg_-7jzv93pZqmrSdK-pA@mail.gmail.com>  <a723e665-7266-aafa-3578-16387903fd7c@gmail.com>  <CAJZVxRk0EoRBtGWwUsQY7SQkMTzndZPd0kuOhvGBc8+W5ahbnQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Greetings, Olivia Nelson!

> I need to use unix socket() interface, mingw does not seem to provide
> the following headers:

There's no UNIX interfaces in native applications.
Choose one or another, not both.

> #include <sys/types.h>
> #include <sys/socket.h>
> #include <sys/mman.h>
> #include <sys/wait.h>


Also, please no top posting in this list.
And quoting email addresses is strongly discouraged. Don't feed the spam bots.


-- 
With best regards,
Andrey Repin
Monday, February 10, 2020 21:44:10

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

