summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/dl-sysdep.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-08 17:08:03 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-08 17:08:03 +0000
commitd3fda8f182319ac08c855a15a7a5369d1714ea44 (patch)
tree46f43409f869b3e5bf408c01dfd123fb7c9586a6 /ldso/ldso/i386/dl-sysdep.h
parenta15d4cd59db2be25fe6f4b6bdb27dace87ff281d (diff)
Some very minor cleanups
Diffstat (limited to 'ldso/ldso/i386/dl-sysdep.h')
-rw-r--r--ldso/ldso/i386/dl-sysdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h
index d8e57a66c..8e7fb656b 100644
--- a/ldso/ldso/i386/dl-sysdep.h
+++ b/ldso/ldso/i386/dl-sysdep.h
@@ -25,8 +25,8 @@
*/
#define INIT_GOT(GOT_BASE,MODULE) \
{ \
- GOT_BASE[2] = (int) _dl_linux_resolve; \
- GOT_BASE[1] = (int) MODULE; \
+ GOT_BASE[2] = (unsigned long) _dl_linux_resolve; \
+ GOT_BASE[1] = (unsigned long) MODULE; \
}
/*