From 2a0482b4d46bcf5463eb7530cb5b97beacc144db Mon Sep 17 00:00:00 2001 From: eregon Date: Sat, 17 Aug 2013 08:24:41 +0000 Subject: * process.c: revert r42591. Only an emulation is available on Darwin. [ruby-core:56672] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index ac4abbe187..551bfd5d84 100644 --- a/process.c +++ b/process.c @@ -6655,8 +6655,8 @@ rb_proc_times(VALUE obj) * * Ruby provides following types of +clock_id+ if available. * - * [CLOCK_REALTIME] SUSv2 to 4, Linux 2.5.63, FreeBSD 3.0, NetBSD 2.0, OpenBSD 2.1, Darwin - * [CLOCK_MONOTONIC] SUSv3 to 4, Linux 2.5.63, FreeBSD 3.0, NetBSD 2.0, OpenBSD 3.4, Darwin + * [CLOCK_REALTIME] SUSv2 to 4, Linux 2.5.63, FreeBSD 3.0, NetBSD 2.0, OpenBSD 2.1 + * [CLOCK_MONOTONIC] SUSv3 to 4, Linux 2.5.63, FreeBSD 3.0, NetBSD 2.0, OpenBSD 3.4 * [CLOCK_PROCESS_CPUTIME_ID] SUSv3 to 4, Linux 2.5.63 * [CLOCK_THREAD_CPUTIME_ID] SUSv3 to 4, Linux 2.5.63, FreeBSD 7.1 * [CLOCK_VIRTUAL] FreeBSD 3.0, OpenBSD 2.1 -- cgit v1.2.3