On Saturday, July 17, 2010 15:45:46 Wolfgang Denk wrote:
> This implementation is based on code from uClibc-0.9.30.3 but was
> modified and extended for use within U-Boot.

unless i'm missing something, the non-reentrant versions operate on a single 
shared hash table.  so while this works today because there is only one 
consumer (the env code), wont this cause problems as soon as someone else 
tries to use the non-reentrant hash table code ?  as such, wouldnt it make 
sense to punt all of the non-reentrant versions and thus force everyone to 
maintain their own "struct hsearch_data" instance ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to