This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_tms should use a local struct tms, instead of PL_timesbuf.
[perl5.git] / intrpvar.h
index 2c1b73e..5d27ad5 100644 (file)
@@ -174,6 +174,7 @@ PERLVAR(I, statgv,  GV *)
 PERLVARI(I, statname,  SV *,   NULL)
 
 #ifdef HAS_TIMES
+/* Will be removed soon after v5.21.0. See RT #121351 */
 PERLVAR(I, timesbuf,   struct tms)
 #endif