summaryrefslogtreecommitdiff
path: root/StdLib/LibC/Main/x86flt_rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Main/x86flt_rounds.c')
-rw-r--r--StdLib/LibC/Main/x86flt_rounds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/StdLib/LibC/Main/x86flt_rounds.c b/StdLib/LibC/Main/x86flt_rounds.c
index d0478e2c1b..86b4846098 100644
--- a/StdLib/LibC/Main/x86flt_rounds.c
+++ b/StdLib/LibC/Main/x86flt_rounds.c
@@ -16,7 +16,6 @@ extern int internal_FPU_rmode( void );
static INT8 rmode[] = { 1, 3, 2, 0 };
int
-EFIAPI
__flt_rounds ( void )
{
return rmode[ internal_FPU_rmode() ];