aboutsummaryrefslogtreecommitdiff
path: root/patches/tls_config.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/tls_config.c.patch')
-rw-r--r--patches/tls_config.c.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/tls_config.c.patch b/patches/tls_config.c.patch
new file mode 100644
index 0000000..5702a58
--- /dev/null
+++ b/patches/tls_config.c.patch
@@ -0,0 +1,13 @@
1--- tls/tls_config.c.orig Sun Mar 18 00:29:59 2018
2+++ tls/tls_config.c Sun Mar 18 00:30:51 2018
3@@ -15,6 +15,10 @@
4 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5 */
6
7+#ifdef _MSC_VER
8+#define NO_REDEF_POSIX_FUNCTIONS
9+#endif
10+
11 #include <sys/stat.h>
12
13 #include <ctype.h>