summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/cmathcalls.h
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-0/+23
| | | | | Step 3 libm and related headers
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-3/+3
| | | | | | | | | | | | Hush compiler for extern inline warnings by using __extern_inline macro, this also makes gcc 4.3 happy. warning: C99 inline functions are not supported; using GNU89 warning: to disable this warning use -fgnu89-inline or the gnu Also fix this other warning. warning: missing braces around initializer warning: (near initialization for '_stdio_streams[0].__lock.__
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+158
and to better support each arch. This is a really big patch... -Erik