From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9272 Path: news.gmane.org!not-for-mail From: u-uy74@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: setcontext/getcontext/makecontext missing? Date: Fri, 5 Feb 2016 10:21:04 +0100 Message-ID: <20160205092104.GG25193@example.net> References: <87199830-7260-4E33-B3A6-BE15AF610BCE@akamai.com> <20160204145409.GB9915@port70.net> <20160204154137.GN9349@brightrain.aerifal.cx> <20160204162246.GF25193@example.net> <20160204170131.GC9915@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1454664116 32254 80.91.229.3 (5 Feb 2016 09:21:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2016 09:21:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9285-gllmg-musl=m.gmane.org@lists.openwall.com Fri Feb 05 10:21:50 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aRcaL-00016A-SZ for gllmg-musl@m.gmane.org; Fri, 05 Feb 2016 10:21:50 +0100 Original-Received: (qmail 3775 invoked by uid 550); 5 Feb 2016 09:21:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3757 invoked from network); 5 Feb 2016 09:21:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fripost.org; h= in-reply-to:content-disposition:content-type:content-type :mime-version:references:message-id:subject:subject:from:from :date:date; s=20140703; t=1454664093; x=1456478494; bh=RwvXbcFZ9 L5KSzyCMonFOu7RmkxMLzKV/eemT0M1MS0=; b=TB0UgJRAvOxKYEMM108r/fENM HKS80NeBYEtQMN0wmctGrF8S67FcbmA6jmbWaF+27fdvj17fj9bXKEIUnTfis0qJ q0mOsylpLGcoV3lyCCM30IhJvgEg+oPIiF6IGItGAO8UNstKaAR1gxWmbK4aa0yE ovDwvg1hk6sCJ3ukfU= X-Virus-Scanned: Debian amavisd-new at fripost.org Content-Disposition: inline In-Reply-To: <20160204170131.GC9915@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:9272 Archived-At: On Thu, Feb 04, 2016 at 06:01:32PM +0100, Szabolcs Nagy wrote: > * u-uy74@aetey.se [2016-02-04 17:22:47 +0100]: > > On Thu, Feb 04, 2016 at 10:41:38AM -0500, Rich Felker wrote: > > > http://pubs.opengroup.org/onlinepubs/009695399/functions/makecontext.html > > > > Just for the record, nevertheless it is a pity to lose them. > > note that the broken makecontext prototype is not the > only reason these apis are problematic: Thanks for the detailed explanation Szabolcs. I was aware of most of the general issues/limitations but good to know in depth. Regards, Rune