summaryrefslogtreecommitdiffstats
path: root/loader/stubs.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-27 07:28:31 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-27 07:28:31 +0000
commit39dc7a24d8687f7048e628226453aa86f4c6fe02 (patch)
tree3850ce3d7662c86876165800d3fda0cf3b6b2dc2 /loader/stubs.c
parentffae3d1f2a7eec8c2669bb0431ccb8bb7011a028 (diff)
downloadanaconda-39dc7a24d8687f7048e628226453aa86f4c6fe02.tar.gz
anaconda-39dc7a24d8687f7048e628226453aa86f4c6fe02.tar.xz
anaconda-39dc7a24d8687f7048e628226453aa86f4c6fe02.zip
merge most of the s/390 loader changes. as with the last batch, an email
about these will be coming soon
Diffstat (limited to 'loader/stubs.c')
-rw-r--r--loader/stubs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/loader/stubs.c b/loader/stubs.c
index 5ce4b7b85..735843ec9 100644
--- a/loader/stubs.c
+++ b/loader/stubs.c
@@ -81,6 +81,11 @@ __gconv_compare_alias (const char *name1, const char *name2) {
return 0;
}
+int
+__gconv_compare_alias_cache (const char *name1, const char *name2, int *result) {
+ return 0;
+}
+
void
__gconv_release_step () { }