X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsparse%2Fmath.h;h=c2d61567dcf99331476296b1a221db9cd0948d0b;hb=5689b76e77dafa01d849aad0edf65d46f5d62c50;hp=f94c527a7e38dabf9c8e81e17c48ae2db947cc54;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/include/sparse/math.h b/include/sparse/math.h index f94c527a7..c2d61567d 100644 --- a/include/sparse/math.h +++ b/include/sparse/math.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira, Inc. + * Copyright (c) 2011, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -108,9 +108,6 @@ double jn(int, double); double ldexp(double, int); float ldexpf(float, int); long double ldexpl(long double, int); -double lgamma(double); -float lgammaf(float); -long double lgammal(long double); long long llrint(double); long long llrintf(float); long long llrintl(long double);