diff options
Diffstat (limited to 'compiler-rt/lib/builtins/fixunstfdi.c')
| -rw-r--r-- | compiler-rt/lib/builtins/fixunstfdi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler-rt/lib/builtins/fixunstfdi.c b/compiler-rt/lib/builtins/fixunstfdi.c index e82f62877d4..25e1f3873cd 100644 --- a/compiler-rt/lib/builtins/fixunstfdi.c +++ b/compiler-rt/lib/builtins/fixunstfdi.c @@ -14,8 +14,5 @@ typedef du_int fixuint_t; #include "fp_fixuint_impl.inc" -COMPILER_RT_ABI du_int -__fixunstfdi(fp_t a) { - return __fixuint(a); -} +COMPILER_RT_ABI du_int __fixunstfdi(fp_t a) { return __fixuint(a); } #endif |

