On Wed, Feb 25, 2009 at 01:38:39PM -0600, Rob Landley wrote: >On Wednesday 25 February 2009 12:35:54 Bernhard Reutner-Fischer wrote: >> On Tue, Feb 24, 2009 at 12:27:34AM +0000, [email protected] wrote:
>> > /* Special exit function which only terminates the current thread. */ >> >-extern void __exit_thread (int val) __attribute__ ((noreturn)); >> >+extern void __exit_thread (int val) __attribute__ ((__noreturn__)); >> >> This should rather be attribute_noreturn > >*shrug* I just made it consistent with all the other declarations in the >file. Is there documentation on this somewhere? libc-symbols.h _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
