Re: libc: delete unused hash algorithms

2016-05-29 Thread Martin Natano
On Sat, May 28, 2016 at 07:47:50PM -0700, Philip Guenther wrote: > > Overriding the hash algorithm used by the Berkeley DB bits isn't support > (it would break getpw* if nothing else) and hasn't been possible since the > symbol hiding effort last fall. So eliminate the redirection through a >

libc: delete unused hash algorithms

2016-05-28 Thread Philip Guenther
Overriding the hash algorithm used by the Berkeley DB bits isn't support (it would break getpw* if nothing else) and hasn't been possible since the symbol hiding effort last fall. So eliminate the redirection through a variable and declare it as a hidden function to eliminate the relocations