diff options
Diffstat (limited to 'math/bits/mathcalls-narrow.h')
-rw-r--r-- | math/bits/mathcalls-narrow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h index 0f1f0510a0..642d09460f 100644 --- a/math/bits/mathcalls-narrow.h +++ b/math/bits/mathcalls-narrow.h @@ -19,3 +19,6 @@ #ifndef _MATH_H # error "Never include <bits/mathcalls-narrow.h> directly; include <math.h> instead." #endif + +/* Add. */ +__MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2); |