summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-29 01:35:45 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-29 01:35:45 +0000
commitc69f112c145fabe210a7e2c5c2406baeea71af2f (patch)
treef99acaeffc5cdd4e8b5cd9931d8e74da85deb578 /thread.h
parent900941544544b9ca5ecbb5e1f24f9c23b3635b68 (diff)
downloadperl-c69f112c145fabe210a7e2c5c2406baeea71af2f.tar.gz
GCC + Threads on Win32 - best gcc results yet
p4raw-id: //depot/ansiperl@331
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 656a693b36..e29f8add21 100644
--- a/thread.h
+++ b/thread.h
@@ -171,7 +171,9 @@ struct perl_thread {
SV * TSv;
XPV * TXpv;
struct stat Tstatbuf;
+#ifdef HAS_TIMES
struct tms Ttimesbuf;
+#endif
/* XXX What about regexp stuff? */