K 10 svn:author V 5 kargl K 8 svn:date V 27 2014-08-09T15:53:40.791895Z K 7 svn:log V 338 When r255294 was committed, it exposed the symbols lgammal, powl, and tgammal in libm. These functions are part of ISO/IEC 9899:1999 and their prototypes should have been moved into the appropriate __ISO_C_VISIBLE >= 1999 section. After moving the prototypes, remnants of r236148 can be removed. PR: standards/191754 Reviewed by: bde END