# Export __libc_enable_secure. --- glibc-2.3.5/elf/Versions.orig 2004-10-19 22:20:33 +0000 +++ glibc-2.3.5/elf/Versions 2005-05-08 23:51:30 +0000 @@ -32,6 +32,7 @@ ld { calloc; free; malloc; realloc; __libc_memalign; _r_debug; + __libc_enable_secure; } GLIBC_2.1 { # functions used in other libraries @@ -45,7 +46,6 @@ ld { } GLIBC_PRIVATE { # Those are in the dynamic linker, but used by libc.so. - __libc_enable_secure; _dl_argv; _dl_out_of_memory; _dl_starting_up;