Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/tlsmcrt.c')
-rw-r--r--winsup/mingw/tlsmcrt.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/winsup/mingw/tlsmcrt.c b/winsup/mingw/tlsmcrt.c
deleted file mode 100644
index 45bead291..000000000
--- a/winsup/mingw/tlsmcrt.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This file has no copyright assigned and is placed in the Public Domain.
- * This file is part of the w64 mingw-runtime package.
- * No warranty is given; refer to the file DISCLAIMER within this package.
- *
- * Written by Kai Tietz <kai.tietz@onevision.com>
- */
-
-/* We support TLS cleanup code in any case. If shared version of libgcc is used _CRT_MT has value 1,
- otherwise
- we do tls cleanup in runtime and _CRT_MT has value 2. */
-int _CRT_MT = 2;
-