Remove glibc specific functions, and mark a couple as C99

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-07-11 20:35:20 +00:00
parent d9793e6c0a
commit d3513e026b

View File

@ -740,10 +740,8 @@ static const char *DoesntAccessMemoryTable[] = {
"nexttoward", "nexttowardf", "nexttowardd",
"nextafter", "nextafterf", "nextafterd",
// glibc functions:
"__fpclassify", "__fpclassifyf", "__fpclassifyl",
// ISO C99:
"__signbit", "__signbitf", "__signbitl",
"__errno_location",
};
static const unsigned DAMTableSize =