ruby-changes:30514
From: eregon <ko1@a...>
Date: Sat, 17 Aug 2013 17:24:47 +0900 (JST)
Subject: [ruby-changes:30514] eregon:r42593 (trunk): * process.c: revert r42591. Only an emulation is available on Darwin.
eregon 2013-08-17 17:24:41 +0900 (Sat, 17 Aug 2013) New Revision: 42593 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42593 Log: * process.c: revert r42591. Only an emulation is available on Darwin. [ruby-core:56672] Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 42592) +++ process.c (revision 42593) @@ -6655,8 +6655,8 @@ rb_proc_times(VALUE obj) https://github.com/ruby/ruby/blob/trunk/process.c#L6655 * * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/