CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/05 06:10:10
Modified files:
lib/libc/crypt : bcrypt.c
Log message:
convert clock() to clock_gettime() for improved precision (and accuracy?)
guenther suggested using thread time, which actually may improve accuracy
if somebody puts this in a threaded program.
