diff options
Diffstat (limited to 'StdLib/Include/X64/machine/math.h')
-rw-r--r-- | StdLib/Include/X64/machine/math.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StdLib/Include/X64/machine/math.h b/StdLib/Include/X64/machine/math.h new file mode 100644 index 0000000000..a53422933c --- /dev/null +++ b/StdLib/Include/X64/machine/math.h @@ -0,0 +1,3 @@ +/* $NetBSD: math.h,v 1.3 2005/12/11 12:16:25 christos Exp $ */
+
+#include <x86/math.h>
|