On terça-feira, 27 de fevereiro de 2018 01:11:36 PST Edward Welbourne wrote: > Apparently it comes from <unistd.h> - at least, that's > what the test seems to expect and its man-page claims. > > The author of this code may suggest some better solution, once > his USAish time-zone reaches its daytime,
Originally qrandom.cpp used getrandom(), which is in sys/random.h. Apparently I forgot to remove the dependency when I switched to getentropy(). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
