summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/perthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/perthread.h')
-rw-r--r--winsup/cygwin/perthread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/perthread.h b/winsup/cygwin/perthread.h
index a7095dc53..217fc7a74 100644
--- a/winsup/cygwin/perthread.h
+++ b/winsup/cygwin/perthread.h
@@ -12,9 +12,6 @@ details. */
#define PTMAGIC 0x77366377
-struct _reent;
-extern struct _reent reent_data;
-
#define PER_THREAD_FORK_CLEAR ((void *)UINT32_MAX)
class per_thread
{