about summary refs log tree commit diff
path: root/math/bits/mathcalls-narrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/bits/mathcalls-narrow.h')
-rw-r--r--math/bits/mathcalls-narrow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h
index 642d09460f..1082843180 100644
--- a/math/bits/mathcalls-narrow.h
+++ b/math/bits/mathcalls-narrow.h
@@ -22,3 +22,6 @@
 
 /* Add.  */
 __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
+
+/* Subtract.  */
+__MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);