[Bug 240769] linux(4): 'openssl speed rsa' calls time(2)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 23 15:29:37 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240769

--- Comment #2 from Conrad Meyer <cem at freebsd.org> ---
Yeah, time is one of the functions provided by vdso on Linux x86_64:

       __vdso_clock_gettime   LINUX_2.6
       __vdso_getcpu          LINUX_2.6
       __vdso_gettimeofday    LINUX_2.6
       __vdso_time            LINUX_2.6

http://man7.org/linux/man-pages/man7/vdso.7.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list