about summary refs log tree commit diff
path: root/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h
index 98ee97deed..1cfd9b6cb5 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 __P ((struct exception *__exc));
+extern int __matherr (struct exception *__exc) __THROW;
 
 #endif