aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/math.h b/math/math.h
index d95755f..291fb0e 100644
--- a/math/math.h
+++ b/math/math.h
@@ -269,10 +269,8 @@ struct exception
};
# ifdef __cplusplus
-extern int __matherr __P ((struct __exception *__exc));
extern int matherr __P ((struct __exception *__exc));
# else
-extern int __matherr __P ((struct exception *__exc));
extern int matherr __P ((struct exception *__exc));
# endif