diff options
Diffstat (limited to 'include/math.h')
-rw-r--r-- | include/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h index 1cfd9b6cb5..8759c28bff 100644 --- a/include/math.h +++ b/include/math.h @@ -3,6 +3,6 @@ #include <math/math.h> /* Now define the internal interfaces. */ -extern int __matherr (struct exception *__exc) __THROW; +extern int __matherr (struct exception *__exc); #endif |