Date: Tue, 29 Dec 2009 12:47:47 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen time.c Message-ID: <200912291247.nBTClxgc081934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-12-29 12:47:47 UTC FreeBSD src repository Modified files: lib/libc/gen time.c Log: SVN rev 201194 on 2009-12-29 12:47:47Z by kib Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for implementation of time(3). CLOCK_SECOND is much faster. No objections from: phk Submitted by: Valentin Nechayev <netch segfault kiev ua> MFC after: 1 week Revision Changes Path 1.6 +3 -4 src/lib/libc/gen/time.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912291247.nBTClxgc081934>