summarylogtreecommitdiffstats
path: root/01-pthread.patch
blob: 68f4dcb9a91b4643aa4460d2f4964736224d4dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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