diff options
author | Erik Troan <ewt@redhat.com> | 2001-02-28 23:27:11 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-02-28 23:27:11 +0000 |
commit | f040348adc40e3627aaa271b1bd93bb6effed1ec (patch) | |
tree | 2c74fd5c45affaebd5da07ae14e3883ca312349b /loader/stubs.c | |
parent | 27fccbe63df67d6c3e7288a2d4f4aabf0cf21ac8 (diff) | |
download | anaconda-f040348adc40e3627aaa271b1bd93bb6effed1ec.tar.gz anaconda-f040348adc40e3627aaa271b1bd93bb6effed1ec.tar.xz anaconda-f040348adc40e3627aaa271b1bd93bb6effed1ec.zip |
1) put getgroups back
2) removed dynamic loader
Diffstat (limited to 'loader/stubs.c')
-rw-r--r-- | loader/stubs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/stubs.c b/loader/stubs.c index 1bf59d1cd..6f4984cb0 100644 --- a/loader/stubs.c +++ b/loader/stubs.c @@ -86,10 +86,11 @@ int _nl_current_LC_PAPER() { return 0; } int _nl_current_LC_ADDRESS() { return 0; } int __mpn_extract_long_double() { return 0; } int __mpn_extract_double() { return 0; } -int __getgroups() { return -1; } int _nl_C_LC_TELEPHONE() { return 0; } int _nl_C_LC_MEASUREMENT() { return 0; } int _nl_C_LC_PAPER() { return 0; } int _nl_C_LC_ADDRESS() { return 0; } +int _dl_clktck() { return 0;} +int _dl_aux_init() { return 0;} - +int _dl_pagesize = 4096; |