summaryrefslogtreecommitdiffstats
path: root/Python/fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/fmod.c')
-rw-r--r--Python/fmod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/fmod.c b/Python/fmod.c
index 8301b94..027c662 100644
--- a/Python/fmod.c
+++ b/Python/fmod.c
@@ -27,8 +27,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <math.h>
#include <errno.h>
-extern int errno;
-
double
fmod(x, y)
double x, y;