summarylogtreecommitdiffstats
path: root/01-pthread.patch
diff options
context:
space:
mode:
Diffstat (limited to '01-pthread.patch')
-rw-r--r--01-pthread.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/01-pthread.patch b/01-pthread.patch
new file mode 100644
index 000000000000..68f4dcb9a91b
--- /dev/null
+++ b/01-pthread.patch
@@ -0,0 +1,14 @@
+--- pthread.h 2019-05-16 21:30:41.620331620 +0200
++++ pthread_new.h 2019-05-16 21:21:14.130277483 +0200
+@@ -0,0 +1,11 @@
++/*
++ * Public domain
++ * pthread.h compatibility shim
++ */
++
++#ifndef LIBCRYPTOCOMPAT_PTHREAD_H
++#define LIBCRYPTOCOMPAT_PTHREAD_H
++
++#include_next <pthread.h>
++
++#endif