summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/cmathcalls.h
Commit message (Collapse)AuthorAgeFilesLines
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-261-0/+23
| | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later
* Hush compiler for extern inline warnings by using Carmelo Amoroso2008-09-091-3/+3
| | | | | | | __extern_inline macro, this also makes gcc 4.3 happy. (Taken from NPTL branch) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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