diff options
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/math.h b/math/math.h index d95755f09a..291fb0e5d3 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 |