X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsparse%2Fmath.h;h=c2d61567dcf99331476296b1a221db9cd0948d0b;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=884c6de87a15dddc29437b35aeb8b35c04394f1f;hpb=b2fda3effc787f265b5ad5dfa967ac00627bd075;p=sliver-openvswitch.git diff --git a/include/sparse/math.h b/include/sparse/math.h index 884c6de87..c2d61567d 100644 --- a/include/sparse/math.h +++ b/include/sparse/math.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * 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);