about summary refs log tree commit diff
path: root/soft-fp/fixunsdfdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixunsdfdi.c')
-rw-r--r--soft-fp/fixunsdfdi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunsdfdi.c b/soft-fp/fixunsdfdi.c
index 22f9739d3f..ae4e5f541a 100644
--- a/soft-fp/fixunsdfdi.c
+++ b/soft-fp/fixunsdfdi.c
@@ -31,7 +31,8 @@
 #include "soft-fp.h"
 #include "double.h"
 
-UDItype __fixunsdfdi(DFtype a)
+UDItype
+__fixunsdfdi(DFtype a)
 {
   FP_DECL_EX;
   FP_DECL_D(A);