summaryrefslogtreecommitdiff
path: root/include/sparse/math.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-06-19 11:44:48 -0700
committerBen Pfaff <blp@nicira.com>2013-06-20 11:20:09 -0700
commitd8e0edec80c0505582c470b681e590bbfa84dcb1 (patch)
treec580e303d41acf38506f02b7d8259c959b0ff22a /include/sparse/math.h
parent4e022ec09e14ac89add74c1b4b8e3ff3873edbf0 (diff)
downloadopenvswitch-d8e0edec80c0505582c470b681e590bbfa84dcb1.tar.gz
sparse: Remove prototypes for thread-unsafe functions from headers.
This ensures that attempts to use them cause sparse to complain. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include/sparse/math.h')
-rw-r--r--include/sparse/math.h5
1 files changed, 1 insertions, 4 deletions
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);