X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a37:a647:: with SMTP id p68-v6mr7186847qke.7.1532839399059; Sat, 28 Jul 2018 21:43:19 -0700 (PDT) X-Received: by 2002:a81:330a:: with SMTP id z10-v6mr144139ywz.5.1532839398591; Sat, 28 Jul 2018 21:43:18 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 28 Jul 2018 21:43:18 -0700 (PDT) In-Reply-To: <3e149a66$0$8311$9b622d9e@news.freenet.de> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.14.238.113; posting-account=4965IgoAAAAClMkbNOYNk_CXjMMorQi3 NNTP-Posting-Host: 173.14.238.113 References: <3e149a66$0$8311$9b622d9e AT news DOT freenet DOT de> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <879f5717-1f0c-498b-875d-e81e87e07f54@googlegroups.com> Subject: Re: sigaltstack From: "Mdasoh Kyaeppd (mingdaisung AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Sun, 29 Jul 2018 04:43:19 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1981 Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > On Thursday, January 2, 2003 at 1:02:02 PM UTC-7, deckerben wrote: > I am expirementing with several thread packages. I tried pthreads, but all > ... > But (at least this version) needs a second stack (probably for keeping track > of mutex, i don't know...). DJGPP has no sigstack or sigaltstack. > > Is this something doable, or should I just stop now and not waste my time. Greetings to this old thread on something I'm running up against: stack_t, sigstack, and sigaltstack are missing features in signal.h meanwhile, I would like to compile pth207s.zip, which has a binary. here are the pth-2.0.7 source tree, and the headers I'm using: http://show.ing.me/pth-dj/pth0001.tar.gz http://show.ing.me/pth-dj/inc0001.tar.gz please advise if you can discuss this topic on the newsgroup. sincerely, - Mdasoh Kyaeppd.