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_atan2.S')
-rw-r--r--newlib/libc/machine/i386/f_atan2.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/i386/f_atan2.S b/newlib/libc/machine/i386/f_atan2.S
index c6f3a7acd..51ac98140 100644
--- a/newlib/libc/machine/i386/f_atan2.S
+++ b/newlib/libc/machine/i386/f_atan2.S
@@ -20,6 +20,7 @@ There is no error checking or setting of errno.
#include "i386mach.h"
.global SYM (_f_atan2)
+ SOTYPE_FUNCTION(_f_atan2)
SYM (_f_atan2):
pushl ebp