Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/i386/f_tanf.S')
-rw-r--r--newlib/libc/machine/i386/f_tanf.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/i386/f_tanf.S b/newlib/libc/machine/i386/f_tanf.S
index e8251e03c..23ba7376a 100644
--- a/newlib/libc/machine/i386/f_tanf.S
+++ b/newlib/libc/machine/i386/f_tanf.S
@@ -20,6 +20,7 @@ There is no error checking or setting of errno.
#include "i386mach.h"
.global SYM (_f_tanf)
+ SOTYPE_FUNCTION(_f_tanf)
SYM (_f_tanf):
pushl ebp