From: Jarkko Hietaniemi Date: Tue, 14 May 2002 03:14:10 +0000 (+0000) Subject: Avoid potentially empty struct. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=158b3652342ca691c9e3b061a1d78456ae1a9b4a;p=p5sagit%2Fp5-mst-13.2.git Avoid potentially empty struct. p4raw-id: //depot/perl@16588 --- diff --git a/reentr.h b/reentr.h index fa93b68..d72647b 100644 --- a/reentr.h +++ b/reentr.h @@ -743,6 +743,7 @@ typedef struct { size_t _ttyname_size; #endif /* HAS_TTYNAME_R */ + int dummy; /* just in case */ } REENTR; /* The wrappers. */ diff --git a/reentr.pl b/reentr.pl index 5494f78..e8f2544 100644 --- a/reentr.pl +++ b/reentr.pl @@ -668,6 +668,7 @@ print <