Skip to content
Snippets Groups Projects
Commit 2eb1573f authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

hashtable: drop all non-reentrant versions


The non-reentrant versions of the hashtable functions operate on a single
shared hashtable.  So if two different people try using these funcs for
two different purposes, they'll cause problems for the other.

Avoid this by converting all existing hashtable consumers over to the
reentrant versions and then punting the non-reentrant ones.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent c22a711d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment