CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/06 13:56:36
Modified files:
lib/libc/hidden: ctype.h float.h signal.h stdio.h
Log message:
Make sure attributes are applied to function declarations before they're
used or defined, as clang isn't as forgiving as gcc. Also, declare
__flt_rounds() so that libc can build it despire clang providing its own
<float.h>
ok stefan@ kettenis@
