This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit changes for #16711.
[metaconfig.git] / U / threads / d_ctime_r.U
index 84b453a..1bd4042 100644 (file)
@@ -15,6 +15,9 @@
 ?S:.
 ?S:ctime_r_proto:
 ?S:    This variable encodes the prototype of ctime_r.
+?S:    It is zero if d_ctime_r is undef, and one of the
+?S:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
+?S:    is defined.
 ?S:.
 ?C:HAS_CTIME_R:
 ?C:    This symbol, if defined, indicates that the ctime_r routine
@@ -22,6 +25,9 @@
 ?C:.
 ?C:CTIME_R_PROTO:
 ?C:    This symbol encodes the prototype of ctime_r.
+?C:    It is zero if d_ctime_r is undef, and one of the
+?C:    REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
+?C:    is defined.
 ?C:.
 ?H:#$d_ctime_r HAS_CTIME_R        /**/
 ?H:#define CTIME_R_PROTO $ctime_r_proto           /**/