From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43659AAF.8050901@lanl.gov> Date: Sun, 30 Oct 2005 21:16:47 -0700 From: Ronald G Minnich User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] getcontext/setcontext for ARM on linux References: <4364545B.4010301@lanl.gov> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a2fbd670-ead0-11e9-9d60-3106f5b1d025 Russ Cox wrote: > When in doubt, start with someone else's setjmp/longjmp > for that platform. I would use those directly except that I don't > want to fiddle with the signal mask and they usually do. good enough, that is kind of what I am doing. I was surprised at lack of context stuff in latest glibc, but I guess it is not that much used on arm. ron