summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-30 18:09:59 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-30 18:09:59 +0000
commit49cd0c4d7b75aa4ddd41d3fae29112401db92a40 (patch)
treee577b3cb7546b4625fee543faebc93e163be941e /ldso/ldso/sh
parentf4b90fe63a2bb16ce7e40ab317b4858b67d0d1d6 (diff)
back to inline, mips fails
Diffstat (limited to 'ldso/ldso/sh')
-rw-r--r--ldso/ldso/sh/dl-sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/sh/dl-sysdep.h b/ldso/ldso/sh/dl-sysdep.h
index 210d8526d..da109782e 100644
--- a/ldso/ldso/sh/dl-sysdep.h
+++ b/ldso/ldso/sh/dl-sysdep.h
@@ -25,7 +25,7 @@
struct elf_resolve;
extern unsigned long _dl_linux_resolver(struct elf_resolve * tpnt, int reloc_entry);
-static __inline__ unsigned int
+static inline unsigned int
_dl_urem(unsigned int n, unsigned int base)
{
int res;