|
Message-ID: <20120521045328.GE163@brightrain.aerifal.cx> Date: Mon, 21 May 2012 00:53:28 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: Question on setjmp.h On Sun, May 20, 2012 at 09:52:01PM -0700, Isaac Dunham wrote: > I'm looking at setjmp.h, and see: > #ifdef _GNU_SOURCE > #define jmp_buf sigjmp_buf /* no other definition for jmp_buf in view */ > #endif It's defined in bits. By the way, this #define is unnecessary; I mistakenly thought it would be useful back when musl's relationship to glibc behavior was less defined. I think I'll remove it. > Still working on _BSD_SOURCE, about 13 headers left now. > I may be optimistic, but it looks like I should have a patch by the end > of the month or perhaps week (assuming I can do something after work). Great! Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.