summaryrefslogtreecommitdiff
path: root/lib/builtins/fixunsxfti.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-03-01 15:30:50 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-03-01 15:30:50 +0000
commitbfbb8bbc8e4a4fce3538aa85b095543fee291df7 (patch)
tree66760b0732edf7228f5920aa69b9a105d7913afe /lib/builtins/fixunsxfti.c
parent8467eeb64062221a2b8d36629f907d072336d989 (diff)
Consistently use COMPILER_RT_ABI for all public symbols.
Move prototypes into headers and fix a few inconsistencies. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins/fixunsxfti.c')
-rw-r--r--lib/builtins/fixunsxfti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/fixunsxfti.c b/lib/builtins/fixunsxfti.c
index db3c0706f..42e507304 100644
--- a/lib/builtins/fixunsxfti.c
+++ b/lib/builtins/fixunsxfti.c
@@ -30,7 +30,7 @@
* 1mmm mmmm mmmm mmmm mmmm mmmm mmmm mmmm | mmmm mmmm mmmm mmmm mmmm mmmm mmmm mmmm
*/
-tu_int
+COMPILER_RT_ABI tu_int
__fixunsxfti(long double a)
{
long_double_bits fb;