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:
nobu 2018-02-23 02:16:41 +00:00
Родитель abf3d25df2
Коммит 44c53ee473
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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();