зеркало из https://github.com/github/ruby.git
process.c: deprecated Struct::Tms
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
abf3d25df2
Коммит
44c53ee473
|
@ -7975,6 +7975,7 @@ InitVM_process(void)
|
|||
#if defined(HAVE_TIMES) || defined(_WIN32)
|
||||
rb_cProcessTms = rb_struct_define_under(rb_mProcess, "Tms", "utime", "stime", "cutime", "cstime", NULL);
|
||||
rb_define_const(rb_cStruct, "Tms", rb_cProcessTms); /* for the backward compatibility */
|
||||
rb_deprecate_constant(rb_cStruct, "Tms");
|
||||
#endif
|
||||
|
||||
SAVED_USER_ID = geteuid();
|
||||
|
|
Загрузка…
Ссылка в новой задаче