|
Message-ID: <3093865.QEH9na1OAA@main.pennware.com> Date: Sun, 20 May 2012 15:44:24 -0500 From: Richard Pennington <rich@...nware.com> To: musl@...ts.openwall.com Subject: Re: Hi and a few questions On Sunday, May 20, 2012 07:53:16 PM Szabolcs Nagy wrote: [snip] > "conformance/interfaces/pthread_key_create/1-2.c:44: error: control reaches > end of non-void function" there are a couple of similar bad tests This one might be real. I think the declaration of void pthread_exit(void *); should be void pthread_exit(void *) __attribute__ ((__noreturn__)); for gcc and clang. Does musl allow this type of attribute usage? I don't see many attributes used in the header files. -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.