diff options
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/math.h b/math/math.h index 4d08cd94b5..74b893a49d 100644 --- a/math/math.h +++ b/math/math.h @@ -114,6 +114,7 @@ struct exception double retval; }; +extern int __matherr __P ((struct exception *)); extern int matherr __P ((struct exception *)); #define X_TLOSS 1.41484755040568800000e+16 |