Hi Simon, > (The reason I added struct random_data detection to stdlib.h was IIRC > that I only needed the struct and not the functions, so pulling in the > entire functions would be wasteful for me.)
Can you please show us the place where you use 'struct random_data' but not the functions? When we discussed this [1], I assumed the only reason to want the struct is that you also want some of the functions. I may have been wrong; please prove it. > My concern was more on a generic level. No big change happened. Just that when considering whether to support a glibc feature in a module without suffix '-gnu', we are ready to make compromises that we wouldn't make for POSIX features. Bruno [1] http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00112.html -- In memoriam Friedrich Weißler <http://en.wikipedia.org/wiki/Friedrich_Weißler>